Merge branch 'sprint/208_liumengyi_24651' into 'master'

* Fix bug #24651.

See merge request easycorp/zentaopms!4297
This commit is contained in:
王怡栋
2022-07-01 01:44:35 +00:00
+1 -1
View File
@@ -97,7 +97,7 @@
</tr>
<tr>
<th><?php echo $lang->testtask->pri;?></th>
<td><?php echo $lang->testtask->priList[$task->pri];?></td>
<td><?php echo zget($lang->testtask->priList, $task->pri);?></td>
</tr>
<tr>
<th><?php echo $lang->testtask->begin;?></th>