update License
不想为这些事发生争执,我只想做开源
This commit is contained in:
parent
a9131058ab
commit
644c37b3b3
6 changed files with 168 additions and 42 deletions
|
@ -210,7 +210,7 @@
|
|||
</i-col>
|
||||
<i-col span="12">
|
||||
<Select v-model="model12" filterable multiple>
|
||||
<i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option>
|
||||
<i-option v-for="item in cityList" :key="item" :value="item.value">{{ item.label }}</i-option>
|
||||
</Select>
|
||||
</i-col>
|
||||
</Row>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue