@@ -129,11 +129,6 @@ export const tableColums = (type) => {
label: "支付时间",
key: "PayTime",
},
- {
- label: "推荐人",
- key: "InviteName",
- widthsty: 100,
- },
]
: [];
};