fix:合同在途供应商列表
This commit is contained in:
@@ -39,8 +39,8 @@
|
|||||||
<el-option
|
<el-option
|
||||||
v-for="item in Depts"
|
v-for="item in Depts"
|
||||||
:key="item.index"
|
:key="item.index"
|
||||||
:label="item"
|
:label="item.name"
|
||||||
:value="item"
|
:value="item.name"
|
||||||
>
|
>
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
|
|||||||
Reference in New Issue
Block a user