wangting
2023-09-04 f187ab33d2cc2b987c608ba80ebf172f2f8d01ed
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,
      },
    ]
  }
  }