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/normal/basDefectGrp.ts |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/views/tigerprojects/system/lowcode/normal/basDefectGrp.ts b/src/views/tigerprojects/system/lowcode/normal/basDefectGrp.ts
index ea50ef5..54cb082 100644
--- a/src/views/tigerprojects/system/lowcode/normal/basDefectGrp.ts
+++ b/src/views/tigerprojects/system/lowcode/normal/basDefectGrp.ts
@@ -194,6 +194,7 @@
     ],
     tableName: 'BAS_ITEM',
     rowKey: 'ITEM_CODE',
+    searchInfo: {TABLE_NAME: 'BAS_ITEM'}
   });
 }
 
@@ -228,6 +229,15 @@
       span: 8,
     },
   },
+  {
+    label: 'ID',
+    field: 'ID',
+    component: 'Input',
+    colProps: {
+      span: 8,
+    },
+    show: false,
+  },
 ];
 
 export const searchSchema: FormSchema[] = [

--
Gitblit v1.9.3