From 6f06821852cd3fc70019c125b1d49bc93d7ed77a Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Fri, 23 May 2025 16:50:54 +0800 Subject: [PATCH] fix --- src/component/Administrator/coupons/index.vue | 8 ++++---- src/component/HomePage/renew.vue | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/component/Administrator/coupons/index.vue b/src/component/Administrator/coupons/index.vue index dc83c547..c4b5c9b8 100644 --- a/src/component/Administrator/coupons/index.vue +++ b/src/component/Administrator/coupons/index.vue @@ -153,7 +153,7 @@ export default defineComponent({ width:150, }, { - title: 'redeemBy', + title: 'Redeem By', align: "center", ellipsis: true, dataIndex: "redeemBy", @@ -212,7 +212,7 @@ export default defineComponent({ width:150, }, { - title: 'Commission paid', + title: 'Paid Commission', align: "center", ellipsis: true, dataIndex: "paidCommission", @@ -220,7 +220,7 @@ export default defineComponent({ width:150, }, { - title: 'Unpaid commission', + title: 'Unpaid Commission', align: "center", ellipsis: true, dataIndex: "unpaidCommission", @@ -229,7 +229,7 @@ export default defineComponent({ }, // { - title: 'remark', + title: 'Remark', align: "center", ellipsis: true, dataIndex: "remark", diff --git a/src/component/HomePage/renew.vue b/src/component/HomePage/renew.vue index cb61b7a9..35397ff2 100644 --- a/src/component/HomePage/renew.vue +++ b/src/component/HomePage/renew.vue @@ -51,7 +51,7 @@