shish hace 5 años
padre
commit
a97a14fd3b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      hdApp/src/pagesPurchase/orderItem.vue

+ 2 - 1
hdApp/src/pagesPurchase/orderItem.vue

@@ -11,6 +11,7 @@
           {{ info.ghsName}}
         </text>
       </view>
+      <view v-if="info.refund == 2" class="status" style="color:red;border:1px solid red;border-radius:20rpx;font-size:20rpx;padding:5rpx 12rpx;margin-right:50rpx;">有退款 </view>
       <view v-if="info.debt == 1" class="status" style="color:red;border:1px solid red;border-radius:20rpx;font-size:20rpx;padding:5rpx 12rpx;margin-right:50rpx;">欠款 </view>
       <view class="status">{{ getStatusName }} </view>
     </view>
@@ -32,7 +33,7 @@
         </view>
         <view class="info-row">
           <text class="info-label"> 数量:</text>
-          <text class="info-value">{{ info.bigNum }}/{{info.smallNum}}<text v-if="info.refund == 2" style="color:red;font-weight:bold;margin-left:30rpx;">有退款</text></text>
+          <text class="info-value">{{ info.bigNum }}/{{info.smallNum}}</text>
         </view>
 
       </view>