Commit 4a2bd89c authored by 黄奎's avatar 黄奎

翻译调整

parent d2c2a5c5
...@@ -704,7 +704,7 @@ ...@@ -704,7 +704,7 @@
} }
} else { } else {
title += this.orderMsg.lineteamName + this.orderMsg.dayNum + this.$t( title += this.orderMsg.lineteamName + this.orderMsg.dayNum + this.$t(
'objFill.v101..LeaveGroupDownload.riyou'); 'objFill.v101.LeaveGroupDownload.riyou');
} }
this.pdfLoading = true; this.pdfLoading = true;
this.loadingText = this.$t('objFill.zhengzscpdf2'); this.loadingText = this.$t('objFill.zhengzscpdf2');
...@@ -759,7 +759,7 @@ ...@@ -759,7 +759,7 @@
} }
} else { } else {
title += this.orderMsg.lineteamName + this.orderMsg.dayNum + this.$t( title += this.orderMsg.lineteamName + this.orderMsg.dayNum + this.$t(
'objFill.v101..LeaveGroupDownload.riyou'); 'objFill.v101.LeaveGroupDownload.riyou');
} }
//阿里云行程下载 //阿里云行程下载
var objFileKey = "TripDownLoad" var objFileKey = "TripDownLoad"
...@@ -929,7 +929,7 @@ ...@@ -929,7 +929,7 @@
}); });
} }
this.title = this.orderMsg.startDate + this.orderMsg.lineteamName + this.orderMsg.dayNum + this.$t( this.title = this.orderMsg.startDate + this.orderMsg.lineteamName + this.orderMsg.dayNum + this.$t(
'objFill.v101..LeaveGroupDownload.riyou') 'objFill.v101.LeaveGroupDownload.riyou')
document.title = this.title; document.title = this.title;
//初始化行程 //初始化行程
this.initTrip(res, data); this.initTrip(res, data);
......
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