From eed29804d3973801f8eac3ad9bead1e608f05b6a Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期六, 20 七月 2024 22:31:56 +0800
Subject: [PATCH] 工单及自定义弹出窗口更新

---
 src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts |    7 +++++--
 1 files changed, 5 insertions(+), 2 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 6e0f3b1..d14c700 100644
--- a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts
+++ b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts
@@ -1,10 +1,10 @@
 /*
- * @Description: 浜у搧宸ヨ壓璺嚎鐩稿叧
+ * @Description: 妯℃澘鍙橀噺鐩稿叧
  * @Author: Ben Lin
  * @version:
  * @Date: 2024-06-19 20:34:27
  * @LastEditors: Ben Lin
- * @LastEditTime: 2024-06-28 10:53:28
+ * @LastEditTime: 2024-07-20 21:18:56
  */
 
 import { Tag, Tooltip } from 'ant-design-vue';
@@ -212,6 +212,9 @@
     KeyFieldValues: (val: string, id: string) => {
       return { LABEL_ID: id };
     },
+    GetUseForm: () => {
+      return {};
+    },
   };
 
   return [methods, ActionColumn];

--
Gitblit v1.9.3