fujunling
2023-06-06 cb4e11b19446843188cf628ac8f6be5fe1fa68c7
Source/UBCS-WEB/src/const/code/mdmrule.js
@@ -53,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,
    },
  ]