浏览代码

修改bug

chenrui 9 月之前
父节点
当前提交
f8d179430e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/numsGoodsShelves/easyPassShopping/index.vue

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

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