吴昊天 3 лет назад
Родитель
Сommit
5c0e18757b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      template/uni-app/pages/admin/statistics/index.vue

+ 1 - 1
template/uni-app/pages/admin/statistics/index.vue

@@ -49,7 +49,7 @@
 		</div>
 		<div class="chart">
 			<div class="chart-title">
-				{{$t(`单位`)}}({{where.type == 1?$t(`元.`):$t(`分.`)}})
+				{{$t(`单位`)}}({{where.type == 1?$t(`元.`):$t(``)}})
 			</div>
 			<canvas canvas-id="canvasLineA" id="canvasLineA" class="charts" disable-scroll=true @touchstart="touchLineA"
 			 @touchmove="moveLineA" @touchend="touchEndLineA">