add: 用户列表增加优惠券列表

This commit is contained in:
2025-09-16 09:49:26 +08:00
parent 82dcba273e
commit 07146b89c1
3 changed files with 141 additions and 0 deletions

View File

@@ -56,6 +56,14 @@ const contentConfig: IContentConfig<any> = {
templet: "custom",
slotName: "mobile",
},
{
label: "优惠券",
align: "center",
prop: "coupon",
width: 140,
templet: "custom",
slotName: "coupon",
},
{
label: "余额",
align: "center",