Browse Source

订单表排序

master
langz 2 years ago
parent
commit
afbf3150fd
  1. 33
      src/views/rights/aliPayOrder/index.vue

33
src/views/rights/aliPayOrder/index.vue

@ -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 },
], ],
}; };
}, },

Loading…
Cancel
Save