Commit 57654050 authored by 黄奎's avatar 黄奎

合同翻译调整

parent c09b4f43
...@@ -2187,7 +2187,7 @@ ...@@ -2187,7 +2187,7 @@
} }
if (x.airportPickUp == 0 || x.airportPickUp == 0) { if (x.airportPickUp == 0 || x.airportPickUp == 0) {
if (x.isUseBus == 0) { if (x.isUseBus == 0) {
this.tripDays[index].TrifficType = this.$t('fn.no') this.tripDays[index].TrifficType = this.$t('fnc.no')
} }
} }
}); });
......
...@@ -2052,7 +2052,7 @@ ...@@ -2052,7 +2052,7 @@
} }
if (x.airportPickUp == 0 || x.airportPickUp == 0) { if (x.airportPickUp == 0 || x.airportPickUp == 0) {
if (x.isUseBus == 0) { if (x.isUseBus == 0) {
this.tripDays[index].TrifficType = this.$t('fn.no') this.tripDays[index].TrifficType = this.$t('fnc.no')
} }
} }
}); });
......
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