ludc
2023-09-18 ae5807029edabde0b1e1488c090bd830fccf75a7
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: "",
@@ -206,33 +207,40 @@
      prop: "id",
      type: "input",
      search: true,
      labelWidth : 110,
      rules: [{
        required: true,
        message: "请输入规则编号",
        trigger: "blur"
      }],
      labelWidth:120
    },
    {
      label: "规则名称",
      prop: "name",
      search: true,
      type: "input",
      labelWidth : 110,
      rules: [{
        required: true,
        message: "请输入规则名称",
        trigger: "blur"
      }],
      labelWidth:120
    },
    {
      label: "描述",
      prop: "description",
      type: "input",
      search: true,
      labelWidth : 110,
      rules: [{
        required: true,
        message: "请输入描述",
        trigger: "blur"
      }],
      labelWidth:120
    },
    {
      label: "",
@@ -259,6 +267,7 @@
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
      dataType: "String",
      search: true,
      labelWidth : 110,
      props: {
        label: "itemName",
        value: "itemValue"
@@ -268,6 +277,7 @@
        message: "请输入忽略大小写",
        trigger: "blur"
      }],
      labelWidth:120
    },
    {
      label: "忽略空格",
@@ -276,6 +286,7 @@
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
      dataType: "String",
      search: true,
      labelWidth : 110,
      props: {
        label: "itemName",
        value: "itemValue"
@@ -285,6 +296,7 @@
        message: "请输入忽略空格",
        trigger: "blur"
      }],
      labelWidth:120
    },
    {
      label: "忽略全部空格",
@@ -293,6 +305,7 @@
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
      dataType: "String",
      search: true,
      labelWidth : 110,
      props: {
        label: "itemName",
        value: "itemValue"
@@ -302,6 +315,7 @@
        message: "请输入忽略全部空格",
        trigger: "blur"
      }],
      labelWidth:120
    },
    {
      label: "忽略全半角",
@@ -310,6 +324,7 @@
      search: true,
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
      dataType: "String",
      labelWidth : 110,
      props: {
        label: "itemName",
        value: "itemValue"
@@ -319,6 +334,7 @@
        message: "请输入忽略全半角",
        trigger: "blur"
      }],
      labelWidth:120
    },
  ]
}