review:【member 会员】相关代码
This commit is contained in:
@@ -34,6 +34,7 @@ const [BalanceFormModal, balanceFormModalApi] = useVbenModal({
|
|||||||
destroyOnClose: true,
|
destroyOnClose: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// TODO @xingyu:拼写错误;
|
||||||
const [LeavelFormModal, leavelFormModalApi] = useVbenModal({
|
const [LeavelFormModal, leavelFormModalApi] = useVbenModal({
|
||||||
connectedComponent: LeavelForm,
|
connectedComponent: LeavelForm,
|
||||||
destroyOnClose: true,
|
destroyOnClose: true,
|
||||||
@@ -51,6 +52,7 @@ function setCheckedIds({ records }: { records: MemberUserApi.User[] }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** 发送优惠券 */
|
/** 发送优惠券 */
|
||||||
|
// TODO @xingyu:这个功能没开发对,是发送优惠劵哈;
|
||||||
function handleSendCoupon() {
|
function handleSendCoupon() {
|
||||||
formModalApi.setData(null).open();
|
formModalApi.setData(null).open();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ const [BalanceFormModal, balanceFormModalApi] = useVbenModal({
|
|||||||
destroyOnClose: true,
|
destroyOnClose: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// TODO @霖:拼写错误;
|
||||||
const [LeavelFormModal, leavelFormModalApi] = useVbenModal({
|
const [LeavelFormModal, leavelFormModalApi] = useVbenModal({
|
||||||
connectedComponent: LeavelForm,
|
connectedComponent: LeavelForm,
|
||||||
destroyOnClose: true,
|
destroyOnClose: true,
|
||||||
@@ -51,6 +52,7 @@ function setCheckedIds({ records }: { records: MemberUserApi.User[] }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** 发送优惠券 */
|
/** 发送优惠券 */
|
||||||
|
// TODO @霖:这个功能没开发对,是发送优惠劵哈;
|
||||||
function handleSendCoupon() {
|
function handleSendCoupon() {
|
||||||
formModalApi.setData(null).open();
|
formModalApi.setData(null).open();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user