修改样式 系统工具 -> 代码生成器 下的 '点这里从现有数据库创建代码' 内容显示不全 (#1632)

This commit is contained in:
薛定饿了不养喵
2024-01-20 12:33:10 +08:00
committed by GitHub
parent 24c4774f7e
commit 26606f138d

View File

@@ -67,6 +67,7 @@
<el-select
v-model="dbform.dbName"
clearable
style="width:194px"
filterable
placeholder="请选择数据库"
@change="getTableFunc"
@@ -86,6 +87,7 @@
<el-select
v-model="dbform.tableName"
:disabled="!dbform.dbName"
style="width:194px"
filterable
placeholder="请选择表"
>