Accept Merge Request #93: (feature/zy -> develop)
Merge Request: feature: task notice Created By: @zhuyu Accepted By: @zhuyu URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/93
This commit is contained in:
commit
75e4a35530
|
|
@ -60,7 +60,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|||
},
|
||||
visible: function (row) {
|
||||
//返回true时按钮显示,返回false隐藏
|
||||
if (row.status != 1) {
|
||||
if (row.status != 1 && row.status != 5) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
@ -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 && row.status != 5) {
|
||||
if (row.status != 3) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user