修改订单号规则,增加支付统计列表用户信息展示
This commit is contained in:
@@ -70,6 +70,7 @@ const AdminPaymentStats: React.FC = () => {
|
||||
|
||||
const columns = [
|
||||
{ title: '订单号', dataIndex: 'orderNo', key: 'orderNo', width: 200 },
|
||||
{ title: '用户', dataIndex: 'username', key: 'username', width: 120 },
|
||||
{
|
||||
title: '支付方式', dataIndex: 'paymentMethod', key: 'paymentMethod', width: 100,
|
||||
render: (m: string) => {
|
||||
|
||||
Reference in New Issue
Block a user