From e9552e9a17bded2d96ce29a6eb3eaf5614748e44 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 02 六月 2023 16:18:09 +0800 Subject: [PATCH] 修改表单模板中的参照展示 --- Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js b/Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js index 2437b44..c03a7aa 100644 --- a/Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js +++ b/Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js @@ -11,6 +11,8 @@ viewBtn: false, selection: true, menu: false, + columnBtn: false, + searchShowBtn: false, // 琛ㄦ牸鎼滅储鏄鹃殣鎸夐挳 dialogClickModal: false, highlightCurrentRow: true, column: [ @@ -30,12 +32,12 @@ }, { label: "灞炴�ч暱搴�", - prop: "attrLength", + prop: "attrlength", search: false, }, { label: "灞炴�х被鍨�", - prop: "attributeDataTypeText", + prop: "attributedatatypetext", search: false, } ] -- Gitblit v1.9.3