From d9183aa80ae17d36b79dda48c6b1d7fa22a80ee3 Mon Sep 17 00:00:00 2001 From: xiejun <xiejun@vci-tech.com> Date: 星期三, 22 一月 2025 11:20:41 +0800 Subject: [PATCH] 现场型号代号/人员/组织接口调试 --- Source/UBCS-WEB/src/const/code/codebutton.js | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/codebutton.js b/Source/UBCS-WEB/src/const/code/codebutton.js index b9ded2d..8ab2dc4 100644 --- a/Source/UBCS-WEB/src/const/code/codebutton.js +++ b/Source/UBCS-WEB/src/const/code/codebutton.js @@ -12,6 +12,7 @@ selection: true, dialogClickModal: false, highlightCurrentRow: true, //琛岄�変腑鏃堕珮浜� + rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌� column: [ { label: "", @@ -271,13 +272,13 @@ }, { label: "鎸夐挳鐨勫浘鏍囨牱寮�", - prop: "iconcls", + prop: "iconCls", type: "input", search: true, }, { label: "鎵ц鐨刯s璺緞", - prop: "executejs", + prop: "executeJs", type: "input", search: true, }, @@ -289,7 +290,7 @@ // }, { label: "鎸夐挳鐨勪綅缃�", - prop: "usedpositiontypeText", + prop: "usedPositionTypeText", slot: true, display: false }, @@ -306,7 +307,7 @@ search: true, hide: true, display: true, - prop: "usedpositiontype", + prop: "usedPositionType", rules: [{ required: true, message: "璇烽�夋嫨鎸夐挳鐨勪綅缃�", -- Gitblit v1.9.3