ludc
2023-06-13 5569ff5c185797bb159ea2c58a52a92815e18db9
Source/UBCS-WEB/src/const/code/mdmrule.js
@@ -11,6 +11,7 @@
  selection: true,
  dialogClickModal: false,
  highlightCurrentRow: true,
  rowKey: "oid", //行数据的 Key,用来优化 Table 的渲染
  column: [
    {
      label: "编号",
@@ -54,16 +55,24 @@
    {
      label: "状态",
      prop: "lcStatus",
      value: "0",
      search: true,
      searchLabelWidth: 45,
      searchSpan: 5,
      display: false,
      hide: true,
      type: 'select',
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeSearchLCStatus",
      props: {
        label: "itemName",
        value: "itemValue"
      },
    },
    {
      label: "状态",
      prop: "lcStatusText",
      // search: false,
      // searchLabelWidth: 45,
      // searchSpan: 5,
      display: false,
    },
  ]