yuxc
2023-08-03 a8e8ae3ba98dc0d843b5f59ff83a77a0e21d65b0
Source/UBCS-WEB/src/const/code/cloneBasicDialogOption.js
@@ -18,6 +18,7 @@
    columnBtn: false,
    dialogClickModal: false,
    highlightCurrentRow: true, //行选中时高亮
    rowKey: "oid", //行数据的 Key,用来优化 Table 的渲染
    column: [
      {
        label: "码段编号",
@@ -45,4 +46,4 @@
      }
    ]
}
}