@@ -39,7 +39,7 @@ export default {
week5:'FRI',
week6:'SAT',
oclock:'oclock',
- month:'m',
+ mon:'m',
saleNum:'saleNum',
saleroom:'saleroom',
},
@@ -77,4 +77,4 @@ export default {
title:'modify device name',
updata:'update',
}
-}
+}
week5:'星期五',
week6:'星期六',
oclock:'点',
- month:'月',
+ mon:'月',
saleNum:'销售个数',
saleroom:'销售额',
title:'修改设备名称',
updata:'更改',
@@ -452,7 +452,7 @@
return this.$t('mainStatistics.week'+weekNum);
if(e.indexOf('月') >= 0){
- return e.replace('月',this.$t('mainStatistics.month'));
+ return e.replace('月',this.$t('mainStatistics.mon'));
return e;
});