|
@@ -150,7 +150,7 @@ function showAction(): boolean {
|
|
|
if (getCheckRole(['staff']) && getEquity([1, 2])) {
|
|
|
return true;
|
|
|
}
|
|
|
- if (getCheckRole(['company_admin']) && getEquity([2])) {
|
|
|
+ if (getCheckRole(['company_admin', 'staff']) && getEquity([2])) {
|
|
|
return true;
|
|
|
}
|
|
|
if (getCheckRole(['super', 'plat_admin'])) {
|