소스 검색

修改bug

chenrui 9 달 전
부모
커밋
eaad815c13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/numsGoodsShelves/easyPassShopping/index.vue

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

@@ -92,7 +92,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>