a18bff22 by lihua

新建泛化文件默认值是2

1 parent ed37d41d
...@@ -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,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!