Commit 70742842 by wusiyi

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

parent 8686ad57
......@@ -393,7 +393,7 @@
v-for="item in receiverCountryList"
:key="item.countryCode"
:value="item.countryCode"
:label="item.nameCn"
:label="item.nameCn + '(' + item.countryCode + ')'"
></ElOption>
</ElSelect>
</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