代码生成子表选择新增数据过滤选项

This commit is contained in:
不做码农 2022-06-09 20:05:40 +08:00
parent 6e1329adc5
commit 33ef85a52f

View File

@ -250,7 +250,7 @@
</el-icon>
</el-tooltip>
</template>
<el-select v-model="info.subTableName" placeholder="请选择" @change="subSelectChange(this)">
<el-select v-model="info.subTableName" filterable placeholder="请选择" @change="subSelectChange(this)">
<el-option v-for="(table, index) in tables" :key="index" :label="table.tableName + '' + table.tableComment" :value="table.tableName">
</el-option>
</el-select>