flat: comname 修复
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
<el-option
|
<el-option
|
||||||
v-for="item in enterpriseList"
|
v-for="item in enterpriseList"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
:label="item.companyName"
|
:label="item.comname"
|
||||||
:value="item.id">
|
:value="item.id">
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
|
|||||||
Reference in New Issue
Block a user