From fc5cf604c46e1a4a505b65d44cba3460db05a19d Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Fri, 4 Aug 2023 22:22:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weapp/src/packages/patrol/index.jsx | 50 +++++++++++++++------------- weapp/src/packages/patrol/index.scss | 41 ++++++++++++++++++++--- 2 files changed, 63 insertions(+), 28 deletions(-) diff --git a/weapp/src/packages/patrol/index.jsx b/weapp/src/packages/patrol/index.jsx index ab002782..088de738 100644 --- a/weapp/src/packages/patrol/index.jsx +++ b/weapp/src/packages/patrol/index.jsx @@ -1444,12 +1444,14 @@ const Index = () => { isSuperAdmin && (wait === 'wait' || kind === 'handle') && { handleState === '待处理' && <> - { - setIsAppoint(e.detail.value === '指派' ? true : false) - }}> - 指派 - 不处理 - + + { + setIsAppoint(e.detail.value === '指派' ? true : false) + }}> + 指派 + 不处理 + + { isAppoint && <> @@ -1463,13 +1465,15 @@ const Index = () => { -