ludc
2023-12-05 25ef4e85586c27433c865b69c67ccf5a380b93a7
Source/UBCS-WEB/src/const/code/fixedValueMgrDialog.js
@@ -1,6 +1,6 @@
export default {
    //width: '70%',
    height: '60vh',
    height: '58vh',
    calcHeight: 30,
    tip: false,
    editBtn: false,
@@ -18,6 +18,7 @@
    columnBtn: false,
    dialogClickModal: false,
    highlightCurrentRow: true,
    rowKey: "oid", //行数据的 Key,用来优化 Table 的渲染
    column: [
      {
        label: "码值",
@@ -34,4 +35,4 @@
        searchSpan: 7,
      },
    ]
}
}