|
|
@ -325,11 +325,11 @@
|
|
|
|
</volist>
|
|
|
|
</volist>
|
|
|
|
</notemtpy>
|
|
|
|
</notemtpy>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="10" class="text-center">合计</td>
|
|
|
|
<td colspan="11" class="text-center">合计</td>
|
|
|
|
<td class="text-center" id="total_reward">-{:array_sum(array_column($list, 'totalPunish'))}</td>
|
|
|
|
<td class="text-center" id="total_reward">-{:array_sum(array_column($list, 'totalPunish'))}</td>
|
|
|
|
<td colspan="5" class="text-center">合计</td>
|
|
|
|
<td colspan="5" class="text-center">合计</td>
|
|
|
|
<td class="text-center" id="total_punish">{:array_sum(array_column($list, 'totalReward'))}</td>
|
|
|
|
<td class="text-center" id="total_punish">{:array_sum(array_column($list, 'totalReward'))}</td>
|
|
|
|
<td colspan="3" class="text-center"></td>
|
|
|
|
<td colspan="4" class="text-center"></td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|