Merge branch 'sprint/194_tianshujie_55257' into 'master'

Sprint/194 tianshujie 55257

See merge request easycorp/zentaopms!3594
This commit is contained in:
李玉春
2022-05-25 08:08:26 +00:00
19 changed files with 154 additions and 18 deletions
+4
View File
@@ -77,6 +77,10 @@
<button id='selectAllUser' type="button" class="btn btn-link<?php if($task->type !== 'affair') echo ' hidden';?>"><?php echo $lang->task->selectAllUser;?></button>
</td>
</tr>
<tr class='hidden modeBox'>
<th><?php echo $lang->task->mode;?></th>
<td><?php echo html::select('mode', $lang->task->modeList, '', "class='form-control chosen'");?></td>
</tr>
<?php if($execution->type == 'kanban'):?>
<tr>
<th><?php echo $lang->kanbancard->region;?></th>