pull/781/head
zy 2025-05-05 22:48:21 +08:00
parent 7de4fb444c
commit 9a28e2416f
1 changed files with 2 additions and 2 deletions

View File

@ -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>