From b11b45122d2b6903e8970e8d55712f7a6a657e22 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 10 一月 2024 00:01:10 +0800 Subject: [PATCH] defaultReferDataGrid接口修改,实现兼容高级查询sql拼接;修改流水处理接口,增加流水处理跳出判断 --- Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js b/Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js index 056cc99..d66dc8c 100644 --- a/Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js +++ b/Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js @@ -1,5 +1,5 @@ export default { - height: '41vh', + height: '45vh', calcHeight: 30, tip: false, editBtn: false, @@ -16,6 +16,7 @@ searchShowBtn: false, // 琛ㄦ牸鎼滅储鏄鹃殣鎸夐挳 dialogClickModal: false, highlightCurrentRow: true, + rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌� column: [ { label: "灞炴�ц嫳鏂囧悕绉�", @@ -42,4 +43,4 @@ search: false, } ] -} \ No newline at end of file +} -- Gitblit v1.9.3