From 21a4e09672b1177d40c2bb5b937a8780c5eaa7fb Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 08 三月 2025 15:03:34 +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