Source/UBCS-WEB/src/const/code/mdmrule.js
@@ -1,6 +1,5 @@ export default { height:"220px", calcHeight: 30, height:"270", tip: false, editBtn:false, searchShow: true, @@ -11,7 +10,6 @@ selection: true, dialogClickModal: false, columnBtn: false, searchShowBtn: false, highlightCurrentRow: true, rowKey: "oid", //行数据的 Key,用来优化 Table 的渲染 column: [ @@ -91,5 +89,10 @@ // searchSpan: 5, display: false, }, { label: "所有者", prop: "ownerText", display: false, }, ] } }