Browse Source

修改bug

chenrui 9 tháng trước cách đây
mục cha
commit
eaad815c13
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>