|
|
@@ -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();
|