|
|
@@ -15,6 +15,9 @@
|
|
|
<t-table :headerBackgroundColor="'#F0F2F6'">
|
|
|
<t-tr header><t-th>供货商</t-th><t-th>订单数</t-th><t-th>金额</t-th><t-th>操作</t-th></t-tr>
|
|
|
<view style="font-size:30upx;margin:10upx 0 10upx 10upx;">总金额:{{ totalActPrice }}</view>
|
|
|
+ <view style="color:#1c89e0;font-size:24upx;margin:0 10upx 10upx 10upx;line-height:1.5;">
|
|
|
+ 金额已按售后扣减(隔天售后记在通过日,可为负;订单数不减)。
|
|
|
+ </view>
|
|
|
<view v-for="(item, index) in storageData" :key="index">
|
|
|
<t-tr>
|
|
|
<t-td><view>{{item.name}}</view></t-td>
|