From b8e74753d6edd0e949a4d114665b4579ae4a2423 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 06 八月 2024 00:12:22 +0800
Subject: [PATCH] 设备管理更新

---
 src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts
index 25b7921..451177f 100644
--- a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts
+++ b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts
@@ -4,7 +4,7 @@
  * @version:
  * @Date: 2024-06-19 20:34:27
  * @LastEditors: Ben Lin
- * @LastEditTime: 2024-07-31 23:07:14
+ * @LastEditTime: 2024-08-03 14:09:58
  */
 
 import { Tag, Tooltip } from 'ant-design-vue';
@@ -401,12 +401,13 @@
         },
         { BAS_LABEL_VAR_WO: useDrawer() },
       ];
-    } /**
+    },
+     /**
      * @description: 鑾峰彇琛ㄦ牸use鍒楄〃
      * @param {string} type
      * @param {array} args
      * @return {*}
-     */,
+     */
     GetUseTables: (data: Ref<{}>, ...args) => {
       // _data = data;
       return {
@@ -542,7 +543,7 @@
           LABEL_CODE: label.LABEL_CODE,
           LABEL_NAME: label.LABEL_NAME,
           TEMP_TYPE: label.TEMP_TYPE,
-          TEMP_PATH: label.TEMP_PATH[0],
+          TEMP_PATH: label.TEMP_PATH,
           CUST_CODE: label.CUST_CODE,
           PROD_CODE: label.PROD_CODE,
           REMARK: '',
@@ -884,8 +885,8 @@
                 title: `锛堝彉閲忥級${x.VAR_NAME}榛樿鍊糮,
                 dataIndex: `DEFAULT_VALUE_${x.VAR_NAME}`,
                 width: 280,
-                edit: true,
-                editRule: true,
+                // edit: true,
+                // editRule: true,
                 resizable: true,
                 ifShow: true,
               },

--
Gitblit v1.9.3