shish 1 год назад
Родитель
Сommit
7e818d246a
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      ghs/src/views/assets/itemSale.vue
  2. 1 1
      ghsApp/src/admin/stat/productSale.vue

+ 1 - 1
ghs/src/views/assets/itemSale.vue

@@ -12,7 +12,7 @@
 			</template>
 
             <template #slot-total-amount>
-				<span style="font-size:15px;font-weight:bold;">{{totalNum}}  ¥{{ totalAmount }} 总毛利 {{ totalMl }}</span>
+				<span style="font-size:15px;font-weight:bold;">{{totalNum}}  ¥{{ totalAmount }} 总毛利 {{ totalMl }}</span>
 			</template>
 
 			<template #table-column-mll="{scope}">

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

@@ -20,6 +20,7 @@
 						<t-th><view @click="rankByFn('gross')">毛利<i class="iconfont iconsanjiao_xia"></i></view></t-th>
 						<t-th><view @click="rankByFn('mll')">毛利率<i class="iconfont iconsanjiao_xia"></i></view></t-th>
 						</t-tr>
+						<t-tr><t-td><view style="color:black;font-weight:bold;font-size:28upx;">{{profile.totalNum||0}}扎 ¥{{profile.totalAmount||0}} 总毛利 ¥{{profile.totalMl?parseFloat(profile.totalMl):0}}</view></t-td></t-tr>
 						<block v-if="profile.list && !$util.isEmpty(profile.list)">
 							<view v-for="(item, index) in profile.list" :key="index">
 								<t-tr>
@@ -35,7 +36,6 @@
 								</t-tr>
 							</view>
 						</block>
-						<t-tr><t-td><view style="color:black;font-weight:bold;font-size:28upx;">{{profile.totalNum||0}}笔 ¥{{profile.totalAmount||0}} 总毛利 ¥{{profile.totalMl?parseFloat(profile.totalMl):0}}</view></t-td></t-tr>
 					</t-table>
 				</block>
 			</view>