pull/781/head
parent
7de4fb444c
commit
9a28e2416f
|
|
@ -66,9 +66,9 @@
|
|||
class="w-1/1"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in quotationList"
|
||||
v-for="item in userOptions"
|
||||
:key="item.id"
|
||||
:label="item.no"
|
||||
:label="item.nickname"
|
||||
:value="item.id"
|
||||
/>
|
||||
</el-select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue