fix: 提现限制
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m32s

This commit is contained in:
luo
2026-08-13 14:43:42 +08:00
parent 32635da58c
commit 10ee87bf49

View File

@@ -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 || '-'
}, },
{ {