Browse Source

修改bug

chenrui 9 months ago
parent
commit
cf780698d4
1 changed files with 1 additions and 1 deletions
  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>
           <!-- 是否是热销产品 -->