From afbf3150fdc2c7c564777d89eaa1c52a81804b27 Mon Sep 17 00:00:00 2001 From: langz <1816023719@qq.com> Date: Sun, 27 Aug 2023 22:05:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=A1=A8=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rights/aliPayOrder/index.vue | 33 ++++++++++++++++++-------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/src/views/rights/aliPayOrder/index.vue b/src/views/rights/aliPayOrder/index.vue index b78fd87..ac74f29 100644 --- a/src/views/rights/aliPayOrder/index.vue +++ b/src/views/rights/aliPayOrder/index.vue @@ -159,18 +159,31 @@ export default { }, // 列信息 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: 1, label: `手机号`, visible: true }, + { key: 1, label: `链接Id`, 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: 3, label: `手机号`, visible: true }, + { key: 4, label: `支付宝交易号`, visible: true }, + { key: 5, label: `商户订单号`, visible: true }, + { key: 6, label: `订单状态`, visible: true }, + { key: 7, label: `支付价格`, visible: true }, + { key: 8, label: `用户支付宝唯一id`, visible: true }, + { key: 9, label: `退订时间`, visible: true }, + { key: 10, label: `业务类型`, visible: true }, + { key: 11, label: `链接名称`, visible: true }, ], }; },