yuxc
2023-09-22 b21a75be9e6805d63b7f06e78b1b99c114b7b8c6
Source/UBCS-WEB/src/const/code/fixedValueMgrDialog.js
@@ -1,6 +1,6 @@
export default {
    with: '70%',
    height: '55vh',
    //width: '70%',
    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,
      },
    ]
}
}