Commit 70742842 by wusiyi

feat: POD订单(CN)新增收件国家筛选 #1002558

parent 8686ad57
...@@ -393,7 +393,7 @@ ...@@ -393,7 +393,7 @@
v-for="item in receiverCountryList" v-for="item in receiverCountryList"
:key="item.countryCode" :key="item.countryCode"
:value="item.countryCode" :value="item.countryCode"
:label="item.nameCn" :label="item.nameCn + '(' + item.countryCode + ')'"
></ElOption> ></ElOption>
</ElSelect> </ElSelect>
</ElFormItem> </ElFormItem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment