9eb1c020 by lihua

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

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