wangting
2023-07-28 fdb46d8de2a54777b71a75403ddf2320731f8007
Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
@@ -1,6 +1,6 @@
export default {
  height:'auto',
  calcHeight: 30,
  calcHeight: 20,
  tip: false,
  searchShow: true,
  searchMenuSpan: 6,
@@ -11,6 +11,7 @@
  selection: true,
  dialogClickModal: false,
  highlightCurrentRow: true,
  rowKey: "oid", //行数据的 Key,用来优化 Table 的渲染
  column: [
    {
      label: "",
@@ -211,6 +212,7 @@
        message: "请输入规则编号",
        trigger: "blur"
      }],
      labelWidth:120
    },
    {
      label: "规则名称",
@@ -222,6 +224,7 @@
        message: "请输入规则名称",
        trigger: "blur"
      }],
      labelWidth:120
    },
    {
      label: "描述",
@@ -233,6 +236,7 @@
        message: "请输入描述",
        trigger: "blur"
      }],
      labelWidth:120
    },
    {
      label: "",
@@ -256,7 +260,7 @@
      label: "忽略大小写",
      prop: "ignorecaseflag",
      type: "select",
      dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
      dataType: "String",
      search: true,
      props: {
@@ -268,12 +272,13 @@
        message: "请输入忽略大小写",
        trigger: "blur"
      }],
      labelWidth:120
    },
    {
      label: "忽略空格",
      prop: "ignorespaceflag",
      type: "select",
      dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
      dataType: "String",
      search: true,
      props: {
@@ -285,12 +290,13 @@
        message: "请输入忽略空格",
        trigger: "blur"
      }],
      labelWidth:120
    },
    {
      label: "忽略全部空格",
      prop: "ignoreallspaceflag",
      type: "select",
      dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
      dataType: "String",
      search: true,
      props: {
@@ -302,13 +308,14 @@
        message: "请输入忽略全部空格",
        trigger: "blur"
      }],
      labelWidth:120
    },
    {
      label: "忽略全半角",
      prop: "ignorewidthflag",
      type: "select",
      search: true,
      dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
      dataType: "String",
      props: {
        label: "itemName",
@@ -319,6 +326,7 @@
        message: "请输入忽略全半角",
        trigger: "blur"
      }],
      labelWidth:120
    },
  ]
}