@@ -31,6 +31,7 @@
<el-select
v-model="form.pdf_city"
filterable
+ allow-create
>
<el-option
v-for="item in cityList"
@@ -142,7 +142,7 @@
</div> -->
<div class="pb-2">
- Freight to {{ city_short[city] }} is included.Price based on exchange
+ Freight to {{ city_short[city] || city }} is included.Price based on exchange
rate of {{ exportForm.exchange }}. Price is only valid for
{{ exportForm.days }} days.
</div>