田源
2024-01-24 e1c14ac427ccf3437ca371e40394ef7265dbc59e
Source/UBCS-WEB/src/const/code/codeKeyAttrRepeat.js
@@ -1,6 +1,7 @@
export default {
  height:'auto',
  calcHeight: 30,
  calcHeight: 20,
  columnBtn:false,
  tip: false,
  searchShow: true,
  searchMenuSpan: 6,
@@ -11,6 +12,7 @@
  selection: true,
  dialogClickModal: false,
  highlightCurrentRow: true,
  rowKey: "oid", //行数据的 Key,用来优化 Table 的渲染
  column: [
    {
      label: "",
@@ -206,6 +208,7 @@
      prop: "id",
      type: "input",
      search: true,
      labelWidth : 110,
      rules: [{
        required: true,
        message: "请输入规则编号",
@@ -217,6 +220,7 @@
      prop: "name",
      search: true,
      type: "input",
      labelWidth : 110,
      rules: [{
        required: true,
        message: "请输入规则名称",
@@ -228,6 +232,7 @@
      prop: "description",
      type: "input",
      search: true,
      labelWidth : 110,
      rules: [{
        required: true,
        message: "请输入描述",
@@ -256,9 +261,10 @@
      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,
      labelWidth : 110,
      props: {
        label: "itemName",
        value: "itemValue"
@@ -273,9 +279,10 @@
      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,
      labelWidth : 110,
      props: {
        label: "itemName",
        value: "itemValue"
@@ -290,9 +297,10 @@
      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,
      labelWidth : 110,
      props: {
        label: "itemName",
        value: "itemValue"
@@ -308,8 +316,9 @@
      prop: "ignorewidthflag",
      type: "select",
      search: true,
      dicUrl: "/api/ubcs-system/enum/dictionary?code=codeKeyFlag",
      dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeKeyFlag",
      dataType: "String",
      labelWidth : 110,
      props: {
        label: "itemName",
        value: "itemValue"