feature: task notice
This commit is contained in:
parent
b8313ec13a
commit
fbdc9c8aba
|
|
@ -74,7 +74,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|||
icon: 'fa fa-list',
|
||||
url: 'oa/task/review',
|
||||
visible:function(row){
|
||||
if (row.status != 3) {
|
||||
if (row.status != 3 && row.status != 5) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user