feat: kal

This commit is contained in:
2024-09-11 23:32:33 +03:00
parent a1dc08d69c
commit 15bb43e89d

View File

@@ -170,8 +170,12 @@
style=" white-space: normal; word-wrap: break-word;" style=" white-space: normal; word-wrap: break-word;"
>{{ service.name }} >{{ service.name }}
</td> </td>
<td style=" white-space: normal; word-wrap: break-word;">{{ service.amount }} шт.</td> <td style=" white-space: nowrap;
<td style=" white-space: normal; word-wrap: break-word;">{{ service.price }} ₽</td> overflow: hidden;
text-overflow: ellipsis; ">{{ service.amount }} шт.</td>
<td style=" white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; ">{{ service.price }} ₽</td>
<td style=" white-space: nowrap; <td style=" white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; ">{{ '{:,}'.format(service.price * service.amount).replace(',', ' ') }}dshfghfghfghfg ₽</td> text-overflow: ellipsis; ">{{ '{:,}'.format(service.price * service.amount).replace(',', ' ') }}dshfghfghfghfg ₽</td>