chenrui 9 kuukautta sitten
vanhempi
commit
1e32c2249d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/numsGoodsShelves/easyPassShopping/index.vue

+ 1 - 1
src/views/numsGoodsShelves/easyPassShopping/index.vue

@@ -98,7 +98,7 @@
         </template>
         <!-- 售价类型 -->
         <template slot="priceType" slot-scope="text, record">
-          {{ record.priceType&&record.priceType==='OCS_PRICE'?'终端价':'自定义' }}
+          {{ record.priceType&&record.priceType==='OCS_PRICE'?'商城价':'自定义' }}
         </template>
       </s-table>
     </a-spin>