9eb1c020 by lihua

泛化层级改为最小泛化层级

1 parent 1a551fca
......@@ -52,7 +52,7 @@ const baseInfoItems = ref([{
required: true,
block: false,
}, {
label: '泛化层级',
label: '最小泛化层级',
field: 'generalizeLevel',
placeholder: "请输入",
type: 'input',
......@@ -66,7 +66,7 @@ const baseInfoItems = ref([{
const baseInfoFormRules = ref({
generalizeFileName: [required('请输入泛化文件名称')],
fieldType: [required('请选择字段类型')],
generalizeLevel: [required('请输入泛化层级')]
generalizeLevel: [required('请输入最小泛化层级')]
});
/** 文件上传表单配置。 */
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!