From 33e26fb28434fe2175823b58f3000ace7a388d66 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期二, 17 十月 2023 15:24:59 +0800
Subject: [PATCH] libray 分类匹配库节点/配置文件时候不分大小
---
Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
index 146b664..4aba109 100644
--- a/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
+++ b/Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
@@ -1,6 +1,7 @@
export default {
height:'auto',
- calcHeight: 30,
+ calcHeight: 20,
+ columnBtn:false,
tip: false,
searchShow: true,
searchMenuSpan: 6,
@@ -11,6 +12,7 @@
selection: true,
dialogClickModal: false,
highlightCurrentRow: true,
+ rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌�
column: [
{
label: "",
@@ -206,6 +208,7 @@
prop: "id",
type: "input",
search: true,
+ labelWidth : 110,
rules: [{
required: true,
message: "璇疯緭鍏ヨ鍒欑紪鍙�",
@@ -217,6 +220,7 @@
prop: "name",
search: true,
type: "input",
+ labelWidth : 110,
rules: [{
required: true,
message: "璇疯緭鍏ヨ鍒欏悕绉�",
@@ -228,6 +232,7 @@
prop: "description",
type: "input",
search: true,
+ labelWidth : 110,
rules: [{
required: true,
message: "璇疯緭鍏ユ弿杩�",
@@ -259,6 +264,7 @@
dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
dataType: "String",
search: true,
+ labelWidth : 110,
props: {
label: "itemName",
value: "itemValue"
@@ -276,6 +282,7 @@
dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
dataType: "String",
search: true,
+ labelWidth : 110,
props: {
label: "itemName",
value: "itemValue"
@@ -293,6 +300,7 @@
dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
dataType: "String",
search: true,
+ labelWidth : 110,
props: {
label: "itemName",
value: "itemValue"
@@ -310,6 +318,7 @@
search: true,
dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
dataType: "String",
+ labelWidth : 110,
props: {
label: "itemName",
value: "itemValue"
--
Gitblit v1.9.3