Hi Mayank,
Did you try customizing the app? You may have to do something like this:
if (<<checkRoleOftheUser>>) {
this.getView.byId("approveButtonId").setVisible(true);
}
else
{
this.getView.byId("approveButtonId").setVisible(false);
}
This link may help.
Thanks,
Anupriya