From b4f16dfdf1d5741172b8723520050c78d12c0815 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期二, 10 十月 2023 14:46:31 +0800
Subject: [PATCH] 接口基本信息管理-添加集成系统基础信息
---
Source/UBCS-WEB/src/const/code/mdmrule.js | 38 ++++++++++++++++++++++++++++++++++----
1 files changed, 34 insertions(+), 4 deletions(-)
diff --git a/Source/UBCS-WEB/src/const/code/mdmrule.js b/Source/UBCS-WEB/src/const/code/mdmrule.js
index 2a27f96..c8a5ce4 100644
--- a/Source/UBCS-WEB/src/const/code/mdmrule.js
+++ b/Source/UBCS-WEB/src/const/code/mdmrule.js
@@ -1,6 +1,5 @@
export default {
- height:"220px",
- calcHeight: 30,
+ height:"270",
tip: false,
editBtn:false,
searchShow: true,
@@ -10,7 +9,9 @@
viewBtn: true,
selection: true,
dialogClickModal: false,
+ columnBtn: false,
highlightCurrentRow: true,
+ rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌�
column: [
{
label: "缂栧彿",
@@ -18,6 +19,7 @@
search: true,
searchLabelWidth: 45,
searchSpan: 4,
+ sortable: true,
rules: [{
required: true,
message: "璇疯緭鍏ョ紪鍙�",
@@ -30,9 +32,22 @@
search: true,
searchLabelWidth: 45,
searchSpan: 4,
+ sortable: true,
rules: [{
required: true,
message: "璇疯緭鍏ュ悕绉�",
+ trigger: "blur"
+ }]
+ },
+ {
+ label: "渚濇嵁",
+ prop: "accordingTo",
+ search: false,
+ span: 24,
+ type: "input",
+ rules: [{
+ required: true,
+ message: "璇疯緭鍏ヤ緷鎹�",
trigger: "blur"
}]
},
@@ -53,11 +68,26 @@
},
{
label: "鐘舵��",
- prop: "lcStatusText",
+ prop: "lcStatus",
search: true,
searchLabelWidth: 45,
searchSpan: 5,
display: false,
+ hide: true,
+ type: 'select',
+ dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeSearchLCStatus",
+ props: {
+ label: "itemName",
+ value: "itemValue"
+ },
+ },
+ {
+ label: "鐘舵��",
+ prop: "lcStatusText",
+ // search: false,
+ // searchLabelWidth: 45,
+ // searchSpan: 5,
+ display: false,
},
]
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3