|
@@ -16,23 +16,23 @@ function columns12(onDetail: (data: any) => void): { label: string, fieldSHow?:
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '商户订单号ID', dataIndex: 'orderId', label: '订单明细', align: 'center', width: 120, default: 2,
|
|
title: '商户订单号ID', dataIndex: 'orderId', label: '订单明细', align: 'center', width: 120, default: 2,
|
|
- render: (a: string, b: any) => (<WidthEllipsis value={a} />)
|
|
|
|
|
|
+ render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: 'CP订单号', dataIndex: 'cpOrderId', label: '订单明细', align: 'center', width: 130, default: 3,
|
|
title: 'CP订单号', dataIndex: 'cpOrderId', label: '订单明细', align: 'center', width: 130, default: 3,
|
|
- render: (a: string, b: any) => (<WidthEllipsis value={a} />)
|
|
|
|
|
|
+ render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '第三方支付订单号', dataIndex: 'merchantOrderNo', label: '订单明细', align: 'center', width: 85, default: 4,
|
|
title: '第三方支付订单号', dataIndex: 'merchantOrderNo', label: '订单明细', align: 'center', width: 85, default: 4,
|
|
- render: (a: string, b: any) => (<WidthEllipsis value={a} />)
|
|
|
|
|
|
+ render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '玩家ID', dataIndex: 'gameUserId', label: '订单明细', align: 'center', width: 65, default: 5,
|
|
title: '玩家ID', dataIndex: 'gameUserId', label: '订单明细', align: 'center', width: 65, default: 5,
|
|
- render: (a: string, b: any) => (<WidthEllipsis value={a} />)
|
|
|
|
|
|
+ render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '玩家账号', dataIndex: 'username', label: '订单明细', align: 'center', width: 95, default: 6,
|
|
title: '玩家账号', dataIndex: 'username', label: '订单明细', align: 'center', width: 95, default: 6,
|
|
- render: (a: string, b: any) => (<WidthEllipsis value={a} />)
|
|
|
|
|
|
+ render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '玩家注册时间', dataIndex: 'regTime', label: '订单明细', align: 'center', width: 135, default: 7, sorter: true,
|
|
title: '玩家注册时间', dataIndex: 'regTime', label: '订单明细', align: 'center', width: 135, default: 7, sorter: true,
|