Commit 69f82761 authored by zhengyi's avatar zhengyi

补充发货页面的国际化配置

parent 499da9ee
......@@ -1149,6 +1149,7 @@ export default {
addressdetailRules: 'The shipping address cannot be blank',
drawee: '*drawee',
customDraweeList: 'customDraweeList',
other:"Other",
number: 'number',
numberNotice: 'Please enter the tracking number of your purchase',
getNumber: 'getNumber',
......
......@@ -1072,6 +1072,7 @@ export default {
addressdetailRules: '收货详细地址不能为空',
drawee: '付款人',
customDraweeList: '费用类型',
other:"其他",
number: '快递单号',
numberNotice: '请输入购买商品的快递单号',
getNumber: '生成单号',
......
......@@ -1045,7 +1045,7 @@
</el-card>
<el-card class="mt-10">
<template #header>
<section-title :title="$t('其他')"></section-title>
<section-title :title="$t('delivery.other')"></section-title>
</template>
<el-descriptions :column="2" :label-style="{width: '100px'}" border>
<el-descriptions-item>
......
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