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 | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/detail/basLabelVar.ts b/src/views/tigerprojects/system/lowcode/detail/basLabelVar.ts index 7a5d0ad..86422ab 100644 --- a/src/views/tigerprojects/system/lowcode/detail/basLabelVar.ts +++ b/src/views/tigerprojects/system/lowcode/detail/basLabelVar.ts @@ -4,7 +4,7 @@ * @version: * @Date: 2024-06-13 16:18:39 * @LastEditors: your name - * @LastEditTime: 2024-06-14 08:55:14 + * @LastEditTime: 2024-06-17 11:27:09 */ import { h, unref } from "vue"; import { ActionItem, BasicColumn, FormSchema } from "/@/components/Table"; @@ -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