소스 검색

修改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 slot="priceType" slot-scope="text, record">
-          {{ record.priceType&&record.priceType==='OCS_PRICE'?'商城价':'自定义' }}
+          {{ record.priceType&&record.priceType==='OCS_PRICE'?'商城价':'自定义终端价' }}
         </template>
       </s-table>
     </a-spin>