ludc
2023-06-06 e1a2b770a3b9bf440ddccf4518c436e55bdaecda
Source/UBCS-WEB/src/const/code/mdmrule.js
@@ -1,5 +1,5 @@
export default {
  height:'auto',
  height:"220px",
  calcHeight: 30,
  tip: false,
  editBtn:false,
@@ -10,6 +10,7 @@
  viewBtn: true,
  selection: true,
  dialogClickModal: false,
  highlightCurrentRow: true,
  column: [
    {
      label: "编号",
@@ -52,10 +53,17 @@
    },
    {
      label: "状态",
      prop: "lcStatusText",
      prop: "lcStatus",
      value: "0",
      search: true,
      searchLabelWidth: 45,
      searchSpan: 5,
      type: 'select',
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeSearchLCStatus",
      props: {
        label: "itemName",
        value: "itemValue"
      },
      display: false,
    },
  ]