新建泛化文件默认值是2
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -43,7 +43,7 @@ const baseInfoItems = ref([{ | ... | @@ -43,7 +43,7 @@ const baseInfoItems = ref([{ |
| 43 | type: "select", | 43 | type: "select", |
| 44 | label: "字段类型", | 44 | label: "字段类型", |
| 45 | field: "fieldType", | 45 | field: "fieldType", |
| 46 | default: 2, | 46 | default: '2', |
| 47 | options: fieldTypeList, | 47 | options: fieldTypeList, |
| 48 | placeholder: "请选择", | 48 | placeholder: "请选择", |
| 49 | clearable: true, | 49 | clearable: true, | ... | ... |
-
Please register or sign in to post a comment