Parcourir la source

修改错误文字

吴昊天 il y a 3 ans
Parent
commit
5c0e18757b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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">