From abbc201b41a1a25a19ccf7cff8df633dadcf5d88 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期三, 05 三月 2025 16:52:39 +0800
Subject: [PATCH] 优化

---
 src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts |   26 +++++++++++++++++---------
 1 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts
index cd589bf..73484d1 100644
--- a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts
+++ b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts
@@ -135,6 +135,14 @@
               span: 12,
             },
           },
+          {
+            field: 'LABEL_NAME',
+            component: 'Input',
+            label: '妯℃澘鍚嶇О',
+            colProps: {
+              span: 12,
+            },
+          },
         ],
         ItemColumns: [
           {
@@ -185,18 +193,18 @@
           type: 'one',
           keyName: 'BAS_LABEL_VAR',
           order: 'VAR_NAME',
-          showTbButton: false,
-          FnName: '',
-        },
-        {
-          name: 'BAS_LABEL_VAR_WO',
-          code: 'LABEL_ID',
-          type: 'one',
-          keyName: 'BAS_LABEL_VAR_WO',
-          order: '',
           showTbButton: true,
           FnName: 'AddRow',
         },
+        // {
+        //   name: 'BAS_LABEL_VAR_WO',
+        //   code: 'LABEL_ID',
+        //   type: 'one',
+        //   keyName: 'BAS_LABEL_VAR_WO',
+        //   order: '',
+        //   showTbButton: true,
+        //   FnName: 'AddRow',
+        // },
       ], //drawers鏄彸杈瑰脊鍑哄鏀逛晶妗嗙殑鍚嶅瓧鍒楄〃
     };
     // const webSocketStore = useWebSocketStore();

--
Gitblit v1.9.3