|
|
@ -159,18 +159,31 @@ export default { |
|
|
}, |
|
|
}, |
|
|
// 列信息 |
|
|
// 列信息 |
|
|
columns: [ |
|
|
columns: [ |
|
|
|
|
|
// { key: 0, label: `id`, visible: true }, |
|
|
|
|
|
// { key: 1, label: `手机号`, visible: true }, |
|
|
|
|
|
// { key: 2, label: `订单创建时间`, visible: true }, |
|
|
|
|
|
// { key: 3, label: `支付宝签约号`, visible: true }, |
|
|
|
|
|
// { key: 4, label: `支付价格`, visible: true }, |
|
|
|
|
|
// { key: 5, label: `其他类型签约号`, visible: true }, |
|
|
|
|
|
// { key: 6, label: `用户支付宝唯一id`, visible: true }, |
|
|
|
|
|
// { key: 7, label: `退订时间`, visible: true }, |
|
|
|
|
|
// { key: 8, label: `业务类型`, visible: true }, |
|
|
|
|
|
// { key: 9, label: `链接Id`, visible: true }, |
|
|
|
|
|
// { key: 10, label: `链接名称`, visible: true }, |
|
|
|
|
|
// { key: 11, label: `订单状态`, visible: true } |
|
|
|
|
|
|
|
|
{ key: 0, label: `id`, visible: true }, |
|
|
{ key: 0, label: `id`, visible: true }, |
|
|
{ key: 1, label: `手机号`, visible: true }, |
|
|
{ key: 1, label: `链接Id`, visible: true }, |
|
|
{ key: 2, label: `订单创建时间`, visible: true }, |
|
|
{ key: 2, label: `订单创建时间`, visible: true }, |
|
|
{ key: 3, label: `支付宝签约号`, visible: true }, |
|
|
{ key: 3, label: `手机号`, visible: true }, |
|
|
{ key: 4, label: `支付价格`, visible: true }, |
|
|
{ key: 4, label: `支付宝交易号`, visible: true }, |
|
|
{ key: 5, label: `其他类型签约号`, visible: true }, |
|
|
{ key: 5, label: `商户订单号`, visible: true }, |
|
|
{ key: 6, label: `用户支付宝唯一id`, visible: true }, |
|
|
{ key: 6, label: `订单状态`, visible: true }, |
|
|
{ key: 7, label: `退订时间`, visible: true }, |
|
|
{ key: 7, label: `支付价格`, visible: true }, |
|
|
{ key: 8, label: `业务类型`, visible: true }, |
|
|
{ key: 8, label: `用户支付宝唯一id`, visible: true }, |
|
|
{ key: 9, label: `链接Id`, visible: true }, |
|
|
{ key: 9, label: `退订时间`, visible: true }, |
|
|
{ key: 10, label: `链接名称`, visible: true }, |
|
|
{ key: 10, label: `业务类型`, visible: true }, |
|
|
{ key: 11, label: `订单状态`, visible: true } |
|
|
{ key: 11, label: `链接名称`, visible: true }, |
|
|
], |
|
|
], |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
|