소스 검색

修改bug

chenrui 1 년 전
부모
커밋
cf780698d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/easyPassManagement/shoppingProducts/list.vue

+ 1 - 1
src/views/easyPassManagement/shoppingProducts/list.vue

@@ -102,7 +102,7 @@
           </template>
           <!-- 售价类型 -->
           <template slot="priceType" slot-scope="text, record">
-            <span v-if="record.priceType">{{ record.priceType=='OCS_PRICE'?'终端价':'自定义' }}</span>
+            <span v-if="record.priceType">{{ record.priceType=='TERMINAL_PRICE'?'终端价':'自定义' }}</span>
             <span v-else>--</span>
           </template>
           <!-- 是否是热销产品 -->