|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
:filter-option="false"
|
|
|
|
|
:not-found-content="null"
|
|
|
|
|
>
|
|
|
|
|
<a-select-option v-for="item in carrierData" :key="item.gid" :value="item.gid">
|
|
|
|
|
<a-select-option v-for="item in carrierData" :key="item.cnName" :value="item.cnName">
|
|
|
|
|
{{ item.cnName }}
|
|
|
|
|
</a-select-option>
|
|
|
|
|
</a-select>
|
|
|
|
|