ludc
2023-06-13 5569ff5c185797bb159ea2c58a52a92815e18db9
Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
@@ -11,6 +11,7 @@
  selection: true,
  dialogClickModal: false,
  highlightCurrentRow: true,
  rowKey: "oid", //行数据的 Key,用来优化 Table 的渲染
  column: [
    {
      label: "",
@@ -256,7 +257,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: {
@@ -273,7 +274,7 @@
      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: {
@@ -290,7 +291,7 @@
      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: {
@@ -308,7 +309,7 @@
      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",