Commit edb3c31a authored by dragondean@qq.com's avatar dragondean@qq.com

完善自编号报表国际化

parent 3613779a
......@@ -4045,5 +4045,7 @@
"报关退税,请备齐资料。":"Customs refund, prepare necessary documents.",
"订单号、唛头、提单号": "order number、marks、B/L NO",
"发货人名称、手机号": "sender name or mobile",
"收货人名称、手机号": "Receiver Name or Mobile"
"收货人名称、手机号": "Receiver Name or Mobile",
"订单费用报表": "Order cost report",
"请先选择目的国": "select the destination country first"
}
......@@ -95,7 +95,10 @@
</el-table-column>
<el-table-column :label="$t('是否重泡货')">
<template slot-scope="{row}">
<el-tooltip v-if="row.orderType !== 1" effect="dark" :content="row.orderType == 3 ? `${row.vweight}kg` : `${row.wvolume}m³`" placement="top-start">
<dict-tag :type="DICT_TYPE.ECW_YESNO" :value="row.orderType !== 1 ? '1' : '0'"></dict-tag>
</el-tooltip>
<template v-else>{{$t('')}}</template>
</template>
</el-table-column>
<el-table-column :label="$t('收费数据')">
......
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