【优化】移除佣金明细下面tag标签,使用订单统一的是否结算标记。

This commit is contained in:
jianweie code
2024-04-16 11:56:40 +08:00
parent 0b26491033
commit 8a4fe681cb
3 changed files with 7 additions and 2 deletions

View File

@@ -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>
判断条件

View File

@@ -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>

View File

@@ -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>