fix all level 1 and 3 bugs.

This commit is contained in:
xiawenlong
2021-10-19 17:49:39 +08:00
parent 8f7c0e6f47
commit 2f28bb8c85
15 changed files with 168 additions and 114 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
<td><?php printf('%03d', $struct->id);?></td>
<td><?php echo $struct->type;?></td>
<td><?php echo $struct->name;?></td>
<td><?php echo $struct->addedBy;?></td>
<td><?php echo $struct->addedName;?></td>
<td class="c-date"><?php echo $struct->addedDate;?></td>
<td class='c-actions'>
<?php