修复代码生成器 列表中数据库字段描述回显错误 (#1622)

This commit is contained in:
haimait
2024-01-15 13:10:24 +08:00
committed by GitHub
parent 95eb17b6d1
commit 756f73bbd2

View File

@@ -380,7 +380,7 @@
width="160"
>
<template #default="{row}">
<el-input v-model="row.columnName" />
<el-input v-model="row.comment" />
</template>
</el-table-column>
<el-table-column