This commit is contained in:
zhoutianchi
2026-01-19 18:50:33 +08:00
parent 58533dbf78
commit 5977836102
3 changed files with 24 additions and 24 deletions

View File

@@ -1163,12 +1163,12 @@ const getActionMenuItems = (row: any) => {
icon: Document,
visible: () => auth('recruit_recruitstudentsignup_show') && row.paiedOffline != '0' && row.auditStatus == '20'
},
{
command: 'pushCity',
label: '推送市局',
icon: Upload,
visible: () => auth('recruit_recruitstudentsignup_push') && row.auditStatus == '20'
}
// {
// command: 'pushCity',
// label: '推送市局',
// icon: Upload,
// visible: () => auth('recruit_recruitstudentsignup_push') && row.auditStatus == '20'
// }
]
}