This commit is contained in:
@@ -399,19 +399,16 @@
|
|||||||
{
|
{
|
||||||
prop: 'virtual_no',
|
prop: 'virtual_no',
|
||||||
label: '虚拟号',
|
label: '虚拟号',
|
||||||
width: 130,
|
|
||||||
formatter: (row: ShopCommissionRecordItem) => row.virtual_no || '-'
|
formatter: (row: ShopCommissionRecordItem) => row.virtual_no || '-'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'order_no',
|
prop: 'order_no',
|
||||||
label: '订单号',
|
label: '订单号',
|
||||||
width: 160,
|
|
||||||
formatter: (row: ShopCommissionRecordItem) => row.order_no || '-'
|
formatter: (row: ShopCommissionRecordItem) => row.order_no || '-'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'seller_shop_name',
|
prop: 'seller_shop_name',
|
||||||
label: '卖家店铺',
|
label: '卖家店铺',
|
||||||
width: 150,
|
|
||||||
formatter: (row: ShopCommissionRecordItem) => row.seller_shop_name || '-'
|
formatter: (row: ShopCommissionRecordItem) => row.seller_shop_name || '-'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user