YY il y a 2 ans
Parent
commit
f742af2698

+ 1 - 1
src/views/platmanag/order/parts/detail/parts/card-1.vue

@@ -68,7 +68,7 @@
                   <p>{{ item.sp_price }} 元</p>
                 </el-col>
                 <el-col :span="16" class="other" v-if="item.platform_act_type == '5' || item.platform_act_type == '6'">
-                  <p>{{ item.discount }} 元</p>
+                  <p>-{{ item.discount }} 元</p>
                 </el-col>
                 <el-col :span="24" class="other" v-if="item.platform_act_type == '2'">
                   <el-table :data="item.gift" border style="width: 100%">

+ 1 - 1
src/views/selfShop/order/parts/detail/parts/card-1.vue

@@ -68,7 +68,7 @@
                   <p>{{ item.sp_price }} 元</p>
                 </el-col>
                 <el-col :span="16" class="other" v-if="item.platform_act_type == '5' || item.platform_act_type == '6'">
-                  <p>{{ item.discount }} 元</p>
+                  <p>-{{ item.discount }} 元</p>
                 </el-col>
                 <el-col :span="24" class="other" v-if="item.platform_act_type == '2'">
                   <el-table :data="item.gift" border style="width: 100%">