From ebbd788fbb2c0b45d4473798efc57eec8ba74a25 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 18 六月 2024 14:51:16 +0800
Subject: [PATCH] 版本更新至2.11.5

---
 src/views/tigerprojects/system/lowcode/detail/basLabelVar.ts |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/views/tigerprojects/system/lowcode/detail/basLabelVar.ts b/src/views/tigerprojects/system/lowcode/detail/basLabelVar.ts
index ba79727..86422ab 100644
--- a/src/views/tigerprojects/system/lowcode/detail/basLabelVar.ts
+++ b/src/views/tigerprojects/system/lowcode/detail/basLabelVar.ts
@@ -1,10 +1,10 @@
 /*
- * @Description: file content
+ * @Description: 鎵撳嵃妯℃澘鏂规硶鏁版嵁鐩稿叧
  * @Author: Ben Lin
  * @version: 
  * @Date: 2024-06-13 16:18:39
  * @LastEditors: your name
- * @LastEditTime: 2024-06-13 22:47:11
+ * @LastEditTime: 2024-06-17 11:27:09
  */
 import { h, unref } from "vue";
 import { ActionItem, BasicColumn, FormSchema } from "/@/components/Table";
@@ -77,7 +77,7 @@
 
 export const secondColumns: BasicColumn[] = [];
 
-let isShow = true;
+let isShow = false;
 export const firstFormSchemas: FormSchema[] = [
     {
         field: 'ID',
@@ -138,13 +138,13 @@
         },
     },
     {
-        field:"BAS_LABEL_PV1PSelect_0",
+        field:"BAS_LABEL_PV1PSelect_0", //鎸変綆浠g爜閰嶇疆鐨勮鍒欙紝瀹炰綋鍚�+搴忓彿+PSelect_0锛屽簭鍙风敤鏉ュ尯鍒嗗涓殑鏃跺�欙紝PSelect_0杩欐槸涓浐瀹氬悗缂�
         label:"1",
         defaultValue:"BAS_LABEL_PV",
         component:"Input",
         colProps:{"span":4},
         ifShow: ({ values }) => isShow,
-        colSlot:"BAS_LABEL_PV1add"
+        colSlot:"BAS_LABEL_PV1add" //鎸変綆浠g爜閰嶇疆鐨勮鍒欙紝瀹炰綋鍚�+搴忓彿+add锛屽簭鍙风敤鏉ュ尯鍒嗗涓殑鏃跺�欙紝add杩欐槸涓浐瀹氬悗缂�
     },
     {
         field: 'REMARK',
@@ -186,6 +186,7 @@
         secondTabName:'', //'鏍囩杩囩▼鍙橀噺',
         firstTitle: '妯℃澘鍙橀噺',
         secondTitle: '', //'杩囩▼鍙橀噺',
+        pageTitle: '鏍囩妯℃澘鍙橀噺', //璇︽儏椤甸潰鏍囬
         contentStr: '杩欓噷鏄爣绛炬ā鏉垮彉閲忕鐞嗛〉闈紝鍙互绠$悊鏍囩鐨勬ā鏉垮彉閲忔垨鑰呮墦鍗拌繃绋嬩腑鐨勫彉閲�',
         detailName: `妯℃澘[${record.LABEL_NAME}]`,
         others: { LABEL_ID: record.ID },
@@ -225,6 +226,7 @@
       ],
       tableName: 'BAS_LABEL_PV',
       rowKey: 'VAR_CODE',
+      searchInfo: {TABLE_NAME: 'BAS_LABEL_PV'}
     });
   }
 

--
Gitblit v1.9.3