更新几个标签名称
更新几个标签名称
This commit is contained in:
parent
ded95b463c
commit
4a5d5cc9f2
3 changed files with 7 additions and 6 deletions
|
@ -195,14 +195,14 @@
|
|||
<div>
|
||||
<Row>
|
||||
<i-col span="12" style="padding-right:10px">
|
||||
<i-select v-model="model11" filterable>
|
||||
<Select v-model="model11" filterable>
|
||||
<i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option>
|
||||
</i-select>
|
||||
</Select>
|
||||
</i-col>
|
||||
<i-col span="12">
|
||||
<i-select v-model="model12" filterable multiple>
|
||||
<Select v-model="model12" filterable multiple>
|
||||
<i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option>
|
||||
</i-select>
|
||||
</Select>
|
||||
</i-col>
|
||||
</Row>
|
||||
<div @click="model11 = 'shanghai'">change</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue