소스 검색

商品列表 - 显示供应商简称

chenrui 4 년 전
부모
커밋
9b0cb96e44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/shop/goodsList.vue

+ 1 - 1
src/views/shop/goodsList.vue

@@ -94,7 +94,7 @@ export default {
         { title: '商品名称', dataIndex: 'name', width: 200, align: 'center' },
         { title: '商品分类', dataIndex: 'goodsTypeName', width: 200, align: 'center' },
         { title: '商品价格(乐豆)', dataIndex: 'originalGold', width: 150, align: 'center' },
-        { title: '供货商', dataIndex: 'officialPartnerName', width: 100, align: 'center' },
+        { title: '供货商', dataIndex: 'officialPartnerSimpleName', width: 100, align: 'center' },
         { title: '商品状态', scopedSlots: { customRender: 'state' }, width: 100, align: 'center' },
         { title: '库存数量', dataIndex: 'inventoryQty', width: 100, align: 'center' },
         { title: '已售数量', dataIndex: 'sellQty', width: 100, align: 'center' },