Explorar o código

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

chenrui %!s(int64=4) %!d(string=hai) anos
pai
achega
9b0cb96e44
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: 'name', width: 200, align: 'center' },
         { title: '商品分类', dataIndex: 'goodsTypeName', width: 200, align: 'center' },
         { title: '商品分类', dataIndex: 'goodsTypeName', width: 200, align: 'center' },
         { title: '商品价格(乐豆)', dataIndex: 'originalGold', width: 150, 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: '商品状态', scopedSlots: { customRender: 'state' }, width: 100, align: 'center' },
         { title: '库存数量', dataIndex: 'inventoryQty', width: 100, align: 'center' },
         { title: '库存数量', dataIndex: 'inventoryQty', width: 100, align: 'center' },
         { title: '已售数量', dataIndex: 'sellQty', width: 100, align: 'center' },
         { title: '已售数量', dataIndex: 'sellQty', width: 100, align: 'center' },