lilei 1 년 전
부모
커밋
683823850d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/salesManagement/pushOrderManagement/detail.vue

+ 1 - 1
src/views/salesManagement/pushOrderManagement/detail.vue

@@ -99,7 +99,7 @@
            <!-- 销售价 -->
           <template slot="price" slot-scope="text, record">
             {{ toThousands(text) }}
-            <span v-if="record.promotionFlag=='GIFT'" title="原价">({{ toThousands(record.origPrice) }})</span>
+            <span v-if="record.promotionFlag=='GIFT'||record.promotionFlag=='DISCOUNT'" title="原价">({{ toThousands(record.origPrice) }})</span>
           </template>
         </s-table>
       </a-card>