shuishen
2024-01-29 2cec09706b01d65def3f945bdcde13e620a71c2e
src/const/tool/model.js
@@ -7,7 +7,7 @@
    label: "",
    value: 1,
  },
];
]
export const entityDic = [
  {
@@ -38,7 +38,7 @@
    label: "Date",
    value: "java.util.Date",
  },
];
]
export const componentDic = [
  {
@@ -77,7 +77,7 @@
    label: "日期框",
    value: "date",
  },
];
]
export const queryDic = [
  {
@@ -120,7 +120,7 @@
    label: "右模糊",
    value: "likeright",
  },
];
]
export const templateDic = [
  {
@@ -135,7 +135,7 @@
    label: "树表",
    value: "tree",
  },
];
]
export const option = {
  height: "auto",
@@ -153,6 +153,7 @@
      prop: "datasourceId",
      searchSpan: 4,
      search: true,
            searchLabelWidth: 60,
      span: 24,
      type: "select",
      dicUrl: "/api/blade-develop/datasource/select",
@@ -230,7 +231,7 @@
      span: 24,
    },
  ],
};
}
export const optionModel = {
  border: true,
@@ -340,4 +341,4 @@
      cell: true,
    },
  ],
};
}