Commit c09148c0 authored by shifangwuji's avatar shifangwuji

Merge branch 'project9-8' of http://gitlab.91isoft.com:90/yangshuo/template_vue into project9-8

parents bfee9d41 fd1a084c
......@@ -39,14 +39,20 @@
/>
</el-form-item>
<el-form-item label="gx" prop="gx">
<el-input
<el-select
v-model="queryParams.gx"
placeholder="请输入gx"
placeholder="请选择gx"
clearable
size="small"
style="width: 150px"
@keyup.enter.native="handleQuery"
/>
>
<el-option
v-for="dict in dictList"
:key="dict.dictValue"
:label="dict.dictLabel"
:value="dict.dictValue"
/>
</el-select>
</el-form-item>
<el-form-item>
<el-button
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment