yuxc
2023-05-12 c6a845528d45bfb44591a69dadb44539432d06d0
Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js
@@ -256,12 +256,12 @@
      label: "忽略大小写",
      prop: "ignorecaseflag",
      type: "select",
      dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag",
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
      dataType: "String",
      search: true,
      props: {
        label: "dictValue",
        value: "dictKey"
        label: "itemName",
        value: "itemValue"
      },
      rules: [{
        required: true,
@@ -273,12 +273,12 @@
      label: "忽略空格",
      prop: "ignorespaceflag",
      type: "select",
      dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag",
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
      dataType: "String",
      search: true,
      props: {
        label: "dictValue",
        value: "dictKey"
        label: "itemName",
        value: "itemValue"
      },
      rules: [{
        required: true,
@@ -290,12 +290,12 @@
      label: "忽略全部空格",
      prop: "ignoreallspaceflag",
      type: "select",
      dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag",
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
      dataType: "String",
      search: true,
      props: {
        label: "dictValue",
        value: "dictKey"
        label: "itemName",
        value: "itemValue"
      },
      rules: [{
        required: true,
@@ -308,11 +308,11 @@
      prop: "ignorewidthflag",
      type: "select",
      search: true,
      dicUrl: "/api/ubcs-system/dict/dictionary?code=codeKeyFlag",
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
      dataType: "String",
      props: {
        label: "dictValue",
        value: "dictKey"
        label: "itemName",
        value: "itemValue"
      },
      rules: [{
        required: true,