ludc
2023-05-18 ceb6a4d82d4f67c95d8f4dd457ec7a1bfdba0c4c
Source/UBCS-WEB/src/const/code/codebutton.js
@@ -2,13 +2,16 @@
  height:'auto',
  calcHeight: 30,
  tip: false,
  searchLabelWidth:120,
  searchShow: true,
  searchMenuSpan: 6,
  // searchSpan:8,
  border: true,
  index: true,
  viewBtn: true,
  selection: true,
  dialogClickModal: false,
  highlightCurrentRow: true, //行选中时高亮
  column: [
    {
      label: "",
@@ -241,10 +244,10 @@
    {
      label: "状态",
      type: "select",
      dicUrl: "/api/ubcs-omd/dict-biz/dictionary?code=codeLcstatus",
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeLcstatus",
      props: {
        label: "dictValue",
        value: "dictKey"
        label: "itemName",
        value: "itemValue"
      },
      dataType: "String",
      search: true,
@@ -294,10 +297,10 @@
      label: "按钮的位置",
      type: "select",
      weight :'140px',
      dicUrl: "/api/ubcs-omd/dict-biz/dictionary?code=codeButtonPosition",
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeButtonPosition",
      props: {
        label: "dictValue",
        value: "dictKey"
        label: "itemName",
        value: "itemValue"
      },
      dataType: "String",
      search: true,