shish 2 years ago
parent
commit
57d6e23b89

+ 1 - 1
ghsApp/src/admin/expend/list.vue

@@ -30,7 +30,7 @@
 		<AppWrapperEmpty title="暂无数据" :is-empty="$util.isEmpty(list.data)" />
 	</block>
 	<view class="app-footer open_btn">
-		<text style="margin-right:80upx;color:blue;font-size:34upx;" @click="goToBxList()">待报销列表</text>
+		<text style="margin-right:80upx;color:blue;font-size:34upx;" @click="goToBxList()">待报销汇总</text>
 		<view @click="addExpend" class="admin-button-com big blue" style="width:230upx;">新增支出</view>
 	</view>
 

+ 9 - 8
ghsApp/src/admin/stat/kdIncome.vue

@@ -29,14 +29,15 @@
 								</view>
 							</t-td>
 						</t-tr>
-						<t-tr>
-							<t-td align="center">
-								<view style="color:black;font-size:25upx;">
-									以上合计的总收入,已包含了以下收入
-								</view>
-							</t-td>
-						</t-tr>
-
+						<view v-if="!$util.isEmpty(costList)">
+							<t-tr>
+								<t-td align="center">
+									<view style="color:black;font-size:25upx;">
+										以上合计的总收入,已包含了以下细分收入
+									</view>
+								</t-td>
+							</t-tr>
+						</view>
 						<view v-for="(it, idx) in costList" :key="idx">
 							<t-tr>
 								<t-td><view style="width:180upx;color:black;font-size:30upx;">{{it.name}}</view></t-td>

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

@@ -45,7 +45,7 @@
 							<t-tr>
 								<t-td align="center">
 									<view style="font-weight:bold;font-size:30upx;" @click.stop="goIncomeStat()">
-										收入部分,如需要剔除打包费、运费和纸箱费等,请查看<text style="color:#3385FF;">收入统计模块</text>
+										收入部分,如需要细分出打包费、运费和纸箱费等各占多少,请查看<text style="color:#3385FF;">收入统计模块</text>
 									</view>
 								</t-td>
 							</t-tr>