flat: comname 修复

This commit is contained in:
Apcallover
2024-03-26 21:21:56 +08:00
parent 738ced6f19
commit 0fe9925cb2

View File

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