From 7f0570d20aac189f1b170942bd7100b281a1c824 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 26 四月 2023 00:07:37 +0800 Subject: [PATCH] 代码整合,新增codefixedcontroller --- Source/UBCS-WEB/src/const/code/parentClassifyParentOptionDialog.js | 16 ++++++---------- 1 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/selectattroption.js b/Source/UBCS-WEB/src/const/code/parentClassifyParentOptionDialog.js similarity index 73% copy from Source/UBCS-WEB/src/const/code/selectattroption.js copy to Source/UBCS-WEB/src/const/code/parentClassifyParentOptionDialog.js index 5fa3fe7..2767104 100644 --- a/Source/UBCS-WEB/src/const/code/selectattroption.js +++ b/Source/UBCS-WEB/src/const/code/parentClassifyParentOptionDialog.js @@ -1,43 +1,39 @@ export default { with: '60%', + height: '40vh', calcHeight: 30, tip: false, editBtn: false, addBtn: false, searchShow: true, searchMenuSpan: 5, - disablePage: false, border: true, + disablePage: false, index: true, viewBtn: false, selection: true, menu: false, dialogClickModal: false, - + highlightCurrentRow: true, column: [ { - label: "灞炴�ц嫳鏂囧悕绉�", + label: "鑻辨枃鍚嶇О", prop: "id", search: true, searchLabelWidth: 100, searchSpan: 7, }, { - label: "灞炴�т腑鏂囧悕绉�", + label: "涓枃鍚嶇О", prop: "name", search: true, searchLabelWidth: 100, searchSpan: 7, }, { - label: "灞炴�ч暱搴�", + label: "鎻忚堪", prop: "description", search: false, }, - { - label: "灞炴�х被鍨�", - prop: "attributeDataTypeText", - search: false, - } ] } \ No newline at end of file -- Gitblit v1.9.3