mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:13:26 +08:00
【优化】移除佣金明细下面tag标签,使用订单统一的是否结算标记。
This commit is contained in:
@@ -9706,6 +9706,11 @@
|
||||
每页数据量
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.FromBody.FMPageByWhereOrder.order">
|
||||
<summary>
|
||||
排序
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.FromBody.FMPageByWhereOrder.where">
|
||||
<summary>
|
||||
判断条件
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
<view class="total-box coreshop-flex coreshop-align-center coreshop-justify-between">
|
||||
<view class="goods-price">
|
||||
{{ goods.productPrice * goods.productNums }}
|
||||
<text class="goods-state">未结算</text>
|
||||
<!--<text class="goods-state">未结算</text>-->
|
||||
</view>
|
||||
<view class="coreshop-flex coreshop-align-center">
|
||||
<text class="name">佣金:</text>
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
<view class="total-box coreshop-flex coreshop-align-center coreshop-justify-between">
|
||||
<view class="goods-price">
|
||||
{{ goods.productPrice }}
|
||||
<text class="goods-state">未结算</text>
|
||||
<!--<text class="goods-state">未结算</text>-->
|
||||
</view>
|
||||
<view class="coreshop-flex coreshop-align-center">
|
||||
<text class="name">佣金:</text>
|
||||
|
||||
Reference in New Issue
Block a user