From ec161470010835acaaf57958d720278209149380 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 13 Mar 2024 17:14:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=A2=E5=8D=95=E8=B7=9F=E8=B8=AA?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E9=AB=98=E7=BA=A7=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=9A=84=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/OrderFollow.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/OrderFollow.jsx b/src/views/OrderFollow.jsx index 623479c..63ea22f 100644 --- a/src/views/OrderFollow.jsx +++ b/src/views/OrderFollow.jsx @@ -195,7 +195,7 @@ function OrderGroupTable({ formValues }) { else if (record.coli_ordertype === 3 || record.coli_ordertype === 4 || record.coli_ordertype === 5) statusIcon = else if (record.coli_ordertype === 6) statusIcon = - return ( + return ( {statusIcon} {text} @@ -320,9 +320,9 @@ function OrderGroupTable({ formValues }) { } ) }) - - return ( 0} + + return ( 0} whenTrue={} whenFalse={} />) @@ -362,7 +362,7 @@ function OrderFollow() { disabled={advanceChecked} /> { toggleAdvance(!advanceChecked) }} /> }