Explorar o código

修改错误文字

吴昊天 %!s(int64=3) %!d(string=hai) anos
pai
achega
5c0e18757b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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">