添加了注册的搜索和档案的我还会说禁止选择

This commit is contained in:
2020-11-10 10:58:42 +08:00
parent 82d7a69123
commit e7b3f694b0
2 changed files with 17 additions and 3 deletions

View File

@@ -23,16 +23,17 @@
>
<a-input-group compact>
<a-select
:default-value="quhaolist[0].code"
:default-value="quhaolist[0].name + '+' + quhaolist[0].code"
size="small"
@change="getquhao"
class="getcode"
style="width: 50%"
show-search
>
<a-select-option
v-for="(i, j) in quhaolist"
:key="j"
:value="i.code"
:value="i.name + '+' + i.code"
>
{{ i.name }}+{{ i.code }}
</a-select-option>