@@ -170,7 +170,7 @@
<el-option
v-for="(item, i) in indList"
:key="item.value"
- :label="item.quotaName"
+ :label="item.content"
:value="item.id"
>
</el-option>