yuxc
2023-05-16 4333081070244058c347daf76e4b11f887178f9a
Source/UBCS-WEB/src/const/code/codebutton.js
@@ -244,10 +244,10 @@
    {
      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,
@@ -297,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,