shish 2 лет назад
Родитель
Сommit
858cec238b
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      ghsApp/src/admin/stat/profit.vue

+ 4 - 4
ghsApp/src/admin/stat/profit.vue

@@ -44,8 +44,8 @@
 						<block>
 							<t-tr>
 								<t-td align="center">
-									<view style="font-weight:bold;font-size:30upx;" @click.stop="goIncomeStat()">
-										收入部分,如需要细分出打包费、运费和纸箱费等各占多少,请查看<text style="color:#3385FF;">收入统计模块</text>
+									<view style="font-weight:bold;font-size:30upx;" @click.stop="goClassProfit()">
+										收入部分,如需要细分出打包费、运费和纸箱费等各占多少,请查看<text style="color:#3385FF;">收支分类模块</text>
 									</view>
 								</t-td>
 							</t-tr>
@@ -117,8 +117,8 @@ export default {
 			this.params = {...this.params,...val}
 			this.init();			
 		},
-		goIncomeStat(){
-			this.$util.pageTo({url: "/admin/stat/kdIncome"})
+		goClassProfit(){
+			this.$util.pageTo({url: "/admin/stat/classProfit"})
 		},
 		async init() {
 			this._list();