chenrui hai 1 ano
pai
achega
cf780698d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>
           <!-- 是否是热销产品 -->