wangting
2023-07-28 fdb46d8de2a54777b71a75403ddf2320731f8007
Source/UBCS-WEB/src/const/code/cloneCodeRuleDialogOption.js
@@ -1,5 +1,5 @@
export default {
    height:"210px",
    height:"260px",
    calcHeight: 30,
    tip: false,
    editBtn: false,
@@ -17,6 +17,7 @@
    columnBtn: false,
    dialogClickModal: false,
    highlightCurrentRow: true, //行选中时高亮
    rowKey: "oid", //行数据的 Key,用来优化 Table 的渲染
    column: [
      {
        label: "编号",
@@ -41,4 +42,4 @@
        search: false,
      },
    ]
  }
  }