From c24509087b1193c18ee4c87487b0fc4bf8ee0918 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 22 七月 2024 18:40:26 +0800 Subject: [PATCH] 工单更新 --- src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts | 9 ++++++--- 1 files changed, 6 insertions(+), 3 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 288d9f2..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'; @@ -209,9 +209,12 @@ }, ]; }, - OthersValues: (val: string, id: string) => { + KeyFieldValues: (val: string, id: string) => { return { LABEL_ID: id }; }, + GetUseForm: () => { + return {}; + }, }; return [methods, ActionColumn]; -- Gitblit v1.9.3