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 @@