1
This commit is contained in:
@@ -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'
|
||||
// }
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user