xiejun
2023-12-01 ab234e8b6a7cc2a52be8dbe04c7b731105f6a030
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,
      },
    ]
}
}