From 4c56c313ec35e9f9e5edb1c85ef90f1628681d6d Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Thu, 13 Mar 2025 10:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=8F=AF=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wms/countManage/count/countPlanMain/countPlanMain.data.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts index b6c2051f6..df7c8b8bd 100644 --- a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts +++ b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts @@ -114,6 +114,7 @@ export const CountPlanMain = useCrudSchemas(reactive([ component: 'Switch', value: 'TRUE', componentProps: { + disabled: true, inactiveValue: 'FALSE', activeValue: 'TRUE' }