atualizar valor todal modal receber

This commit is contained in:
2024-12-27 18:26:56 -03:00
parent 356d45c3e5
commit ac87c3a47d
6 changed files with 64 additions and 86 deletions

View File

@@ -17,7 +17,10 @@
<tfoot>
<tr>
<td colspan="2" style="text-align: center;">Total R$ {{total}}</td>
<td value={{total}} colspan="2" style="text-align: center;">Total R$ {{total}}</td>
</tr>
<tr >
<td hidden id="total">{{total}}</td>
</tr>
</tfoot>
</table>