* Remove $mode == 'table'.

This commit is contained in:
liugang
2018-05-18 14:27:01 +08:00
parent a88c09646b
commit a51a4c48f1
6 changed files with 16 additions and 12 deletions
+2 -1
View File
@@ -2258,7 +2258,8 @@ class taskModel extends model
switch($id)
{
case 'id':
if($mode == 'table' && $canBatchAction)
//if($mode == 'table' && $canBatchAction)
if($canBatchAction)
{
echo html::checkbox('taskIDList', array($task->id => sprintf('%03d', $task->id)));
}