Commit bd83aa83 authored by Smile's avatar Smile

bug237 (生产)【客户-客户详情-订单】语言为英文时,订单列表有些字段没有翻译

parent 51daaa59
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<span style="color: red" v-if="row.isExternalWarehouse">({{ $t("外部仓") }})</span> <span style="color: red" v-if="row.isExternalWarehouse">({{ $t("外部仓") }})</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('运输方式-渠道/目的仓')" align="center" prop="transportId"> <el-table-column :label="$t('运输方式')+'-'+$t('渠道')+'/'+$t('目的仓')" align="center" prop="transportId">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<dict-tag :type="DICT_TYPE.ECW_TRANSPORT_TYPE" :value="row.transportId" /> <dict-tag :type="DICT_TYPE.ECW_TRANSPORT_TYPE" :value="row.transportId" />
<template v-if="row.channelName"> - {{ row.channelName }} </template> <template v-if="row.channelName"> - {{ row.channelName }} </template>
...@@ -810,6 +810,9 @@ export default { ...@@ -810,6 +810,9 @@ export default {
this.getUserProfile() this.getUserProfile()
}, },
watch: { watch: {
isChinese(){
this.getOrderList()
},
activeName(val) { activeName(val) {
switch (val) { switch (val) {
case "order": case "order":
......
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