This commit is contained in:
X1627315083
2025-05-23 16:50:54 +08:00
parent 76f29ff074
commit 6f06821852
2 changed files with 7 additions and 7 deletions

View File

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