Skip to content

Commit 51e4869

Browse files
committed
1. 将 column_type 调整成 data_type 字段
2. 完善 Oracle 的字段映射
1 parent 4a1e6a8 commit 51e4869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/infra/codegen/editTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</el-table-column>
2020
<el-table-column
2121
label="物理类型"
22-
prop="columnType"
22+
prop="dateType"
2323
min-width="10%"
2424
:show-overflow-tooltip="true"
2525
/>

0 commit comments

Comments
 (0)