ludc
2023-07-04 1f238ae264c0dfca87bba9ea9da5456153991eaa
Source/UBCS-WEB/src/const/code/codebasic.js
@@ -14,9 +14,10 @@
    menuWidth:260,
    dialogClickModal: false,
    refreshBtn: true,
    columnBtn: true,
    columnBtn: false,
    searchShowBtn: false,
    highlightCurrentRow: true, //行选中时高亮
    rowKey: "oid", //行数据的 Key,用来优化 Table 的渲染
    column: [
      {
        label: "码段编号",
@@ -24,6 +25,7 @@
        search: true,
        searchLabelWidth: 80,
        searchSpan: 6,
        sortable: true,
      },
      {
        label: "码段名称",
@@ -31,6 +33,7 @@
        search: true,
        searchLabelWidth: 80,
        searchSpan: 6,
        sortable: true,
      },
      {
        label: "码段描述",