review:【member 会员】相关代码

This commit is contained in:
YunaiV
2025-09-02 21:22:03 +08:00
parent 5e85efb23e
commit 744eef46f4
2 changed files with 4 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ const [BalanceFormModal, balanceFormModalApi] = useVbenModal({
destroyOnClose: true,
});
// TODO @xingyu拼写错误
const [LeavelFormModal, leavelFormModalApi] = useVbenModal({
connectedComponent: LeavelForm,
destroyOnClose: true,
@@ -51,6 +52,7 @@ function setCheckedIds({ records }: { records: MemberUserApi.User[] }) {
}
/** 发送优惠券 */
// TODO @xingyu这个功能没开发对是发送优惠劵哈
function handleSendCoupon() {
formModalApi.setData(null).open();
}

View File

@@ -34,6 +34,7 @@ const [BalanceFormModal, balanceFormModalApi] = useVbenModal({
destroyOnClose: true,
});
// TODO @霖:拼写错误;
const [LeavelFormModal, leavelFormModalApi] = useVbenModal({
connectedComponent: LeavelForm,
destroyOnClose: true,
@@ -51,6 +52,7 @@ function setCheckedIds({ records }: { records: MemberUserApi.User[] }) {
}
/** 发送优惠券 */
// TODO @霖:这个功能没开发对,是发送优惠劵哈;
function handleSendCoupon() {
formModalApi.setData(null).open();
}