diff --git a/src/views/shop/shopDealerCapital/index.vue b/src/views/shop/shopDealerCapital/index.vue index 8a811d7..737b624 100644 --- a/src/views/shop/shopDealerCapital/index.vue +++ b/src/views/shop/shopDealerCapital/index.vue @@ -155,10 +155,9 @@ }, { title: '关联订单', - dataIndex: 'orderId', - key: 'orderId', + dataIndex: 'orderNo', + key: 'orderNo', align: 'center', - width: 120, customRender: ({ text }) => text || '-' }, {