This commit is contained in:
hufangzhou
2021-04-16 11:22:44 +08:00
parent 45246578c0
commit bd9fb4c1d2
3 changed files with 7 additions and 2 deletions
-1
View File
@@ -85,7 +85,6 @@ js::set('suiteID', $suiteID);
$canBatchCaseTypeChange = common::hasPriv('testcase', 'batchCaseTypeChange');
$canBatchConfirmStoryChange = common::hasPriv('testcase', 'batchConfirmStoryChange');
$canBatchChangeModule = common::hasPriv('testcase', 'batchChangeModule');
$canBatchAction = ($canBatchRun or $canBatchEdit or $canBatchDelete or $canBatchCaseTypeChange or $canBatchConfirmStoryChange or $canBatchChangeModule);
?>
<?php if(!$useDatatable) echo '<div class="table-responsive">';?>