Skip to content

Commit

Permalink
修改样式 系统工具 -> 代码生成器 下的 '点这里从现有数据库创建代码' 内容显示不全 (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
xue-ding-e committed Jan 20, 2024
1 parent 24c4774 commit 26606f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/view/systemTools/autoCode/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<el-select
v-model="dbform.dbName"
clearable
style="width:194px"
filterable
placeholder="请选择数据库"
@change="getTableFunc"
Expand All @@ -86,6 +87,7 @@
<el-select
v-model="dbform.tableName"
:disabled="!dbform.dbName"
style="width:194px"
filterable
placeholder="请选择表"
>
Expand Down

0 comments on commit 26606f1

Please sign in to comment.