From 18340ebdeb405be3ba01eb4d1600d9b26cee7ccd Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期一, 14 九月 2026 16:56:13 +0800
Subject: [PATCH] fix(erp): 查看审批明细时明细表格取消固定列

---
 src/views/wls/warehouse/location/data.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/wls/warehouse/location/data.ts b/src/views/wls/warehouse/location/data.ts
index 703c33e..4aeb226 100644
--- a/src/views/wls/warehouse/location/data.ts
+++ b/src/views/wls/warehouse/location/data.ts
@@ -98,6 +98,7 @@
         checkedChildren: '鏄�',
         unCheckedChildren: '鍚�',
       },
+      defaultValue: false,
       rules: z.boolean().default(false),
     },
     {

--
Gitblit v1.9.3