|
|
@@ -272,7 +272,7 @@ const state = reactive({
|
|
|
{label: '用户ID', prop: 'userId', width: 120, resizable: true, fixed: 'left'},
|
|
|
{label: '用户手机号', prop: 'mobilePhone', width: 140, resizable: true, fixed: 'left'},
|
|
|
{label: '交易类型', prop: 'type', width: 100, resizable: true},
|
|
|
- {label: '订单号', prop: 'orderNo', width: 200, resizable: true},
|
|
|
+ {label: '订单号', prop: 'orderNo', width: 240, resizable: true},
|
|
|
{label: '金额', prop: 'amount', width: 110, resizable: true},
|
|
|
{label: '赠款金额', prop: 'grantsAmount', width: 110, resizable: true},
|
|
|
{label: '手续费', prop: 'commission', width: 100, resizable: true},
|
|
|
@@ -282,7 +282,7 @@ const state = reactive({
|
|
|
{label: '交易后赠款', prop: 'afterGrantsBalance', width: 120, resizable: true},
|
|
|
{label: '交易时间', prop: 'transactionTime', width: 170, resizable: true, fixed: 'right'},
|
|
|
{label: '状态', prop: 'status', width: 100, resizable: true},
|
|
|
- {label: '备注', prop: 'remark', minWidth: 150, resizable: true},
|
|
|
+ {label: '备注', prop: 'remark', width: 100, resizable: true},
|
|
|
],
|
|
|
},
|
|
|
})
|