diff --git a/src/views/gen/table/edit.vue b/src/views/gen/table/edit.vue index 634f7442c491a796a9ede6ba1ff14fb6922c415a..210a6ee75df2edc94be51045d2db9c8ee64cac75 100644 --- a/src/views/gen/table/edit.vue +++ b/src/views/gen/table/edit.vue @@ -288,7 +288,7 @@ const getFieldTypeList = async () => { const { attrType, columnType } = item; if (!typeMap.has(attrType)) { typeMap.set(attrType, columnType); - typeList.value.push({ label: attrType, value: columnType }) + typeList.value.push({ label: attrType, value: attrType }) } }); // 增加Object类型