yuxc
2023-05-19 029b101d319812460441d3d706c0654d8b0dcda6
Source/UBCS-WEB/src/const/code/mdmrule.js
@@ -1,5 +1,5 @@
export default {
  height:"200px",
  height:"220px",
  calcHeight: 30,
  tip: false,
  editBtn:false,
@@ -10,6 +10,7 @@
  viewBtn: true,
  selection: true,
  dialogClickModal: false,
  highlightCurrentRow: true,
  column: [
    {
      label: "编号",
@@ -56,6 +57,13 @@
      search: true,
      searchLabelWidth: 45,
      searchSpan: 5,
      type: 'select',
      //由于这个接口还在调试所以要等调好了才能调用
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeSearchLCStatus",
      props: {
        label: "itemName",
        value: "itemValue"
      },
      display: false,
    },
  ]