* finish task #4948.

This commit is contained in:
wangyidong
2018-09-27 10:52:54 +08:00
parent f8f85fd857
commit 25c19f97b3
13 changed files with 22 additions and 33 deletions
-1
View File
@@ -1352,7 +1352,6 @@ class testcaseModel extends model
switch($id)
{
case 'id':
//echo $mode == 'table' ? html::checkbox('caseIDList', array($case->id => sprintf('%03d', $case->id))) : sprintf('%03d', $case->id);
echo html::checkbox('caseIDList', array($case->id => sprintf('%03d', $case->id)));
break;
case 'pri':