fix
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user