This commit is contained in:
root
2021-11-03 15:45:26 +08:00
parent 01e30c4dbd
commit 02c2f5e2e2
+1 -1
View File
@@ -63,7 +63,7 @@
<tr>
<th class='chart-label' colspan='2'><?php echo $lang->report->item;?></th>
<th class='w-50px text-right'><?php echo $lang->report->value;?></th>
<th class='w-50px'><?php echo $lang->report->percent;?></th>
<th class='w-60px'><?php echo $lang->report->percent;?></th>
</tr>
</thead>
<?php foreach($datas[$chartType] as $key => $data):?>