yuxc
2023-05-19 029b101d319812460441d3d706c0654d8b0dcda6
Source/UBCS-WEB/src/const/code/codebutton.js
@@ -11,6 +11,7 @@
  viewBtn: true,
  selection: true,
  dialogClickModal: false,
  highlightCurrentRow: true, //行选中时高亮
  column: [
    {
      label: "",
@@ -236,23 +237,23 @@
    // },
    {
      label: "状态",
      prop: "lcstatusName",
      prop: "lcStatusText",
      slot: true,
      display: false
    },
    {
      label: "状态",
      type: "select",
      dicUrl: "/api/ubcs-omd/dict/dictionary?code=codeLcstatus",
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeLcstatus",
      props: {
        label: "dictValue",
        value: "dictKey"
        label: "itemName",
        value: "itemValue"
      },
      dataType: "String",
      search: true,
      hide: true,
      display: true,
      prop: "lcstatus",
      prop: "lcStatus",
      rules: [{
        required: true,
        message: "状态",
@@ -288,7 +289,7 @@
    // },
    {
      label: "按钮的位置",
      prop: "usedpositiontypeName",
      prop: "usedpositiontypeText",
      slot: true,
      display: false
    },
@@ -296,10 +297,10 @@
      label: "按钮的位置",
      type: "select",
      weight :'140px',
      dicUrl: "/api/ubcs-omd/dict/dictionary?code=codeButtonPosition",
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeButtonPosition",
      props: {
        label: "dictValue",
        value: "dictKey"
        label: "itemName",
        value: "itemValue"
      },
      dataType: "String",
      search: true,