|
|
@@ -7,6 +7,7 @@ export function getColumns() {
|
|
|
{
|
|
|
title: '委托时间',
|
|
|
key: 'ordertime',
|
|
|
+ width: 180,
|
|
|
customRender: ({ record }: { record: QueryErmcpOrderDetailsRsp }) => {
|
|
|
return formatTime(record.ordertime)
|
|
|
}
|
|
|
@@ -14,6 +15,7 @@ export function getColumns() {
|
|
|
{
|
|
|
title: '合约',
|
|
|
key: 'goodscode',
|
|
|
+ width: 150,
|
|
|
customRender: ({ record }: { record: QueryErmcpOrderDetailsRsp }) => {
|
|
|
return `${record.goodsname}/${record.goodscode}`
|
|
|
}
|
|
|
@@ -46,7 +48,8 @@ export function getColumns() {
|
|
|
},
|
|
|
{
|
|
|
title: '冻结保证金',
|
|
|
- key: 'openfreezemargin'
|
|
|
+ key: 'openfreezemargin',
|
|
|
+ width: 120,
|
|
|
},
|
|
|
{
|
|
|
title: '订单状态',
|
|
|
@@ -58,6 +61,7 @@ export function getColumns() {
|
|
|
{
|
|
|
title: '订单号',
|
|
|
key: 'orderid',
|
|
|
+ width: 180,
|
|
|
},
|
|
|
{
|
|
|
title: '委托人',
|