feat: kal
This commit is contained in:
@@ -170,8 +170,12 @@
|
||||
style=" white-space: normal; word-wrap: break-word;"
|
||||
>{{ service.name }}
|
||||
</td>
|
||||
<td style=" white-space: normal; word-wrap: break-word;">{{ service.amount }} шт.</td>
|
||||
<td style=" white-space: normal; word-wrap: break-word;">{{ service.price }} ₽</td>
|
||||
<td style=" white-space: nowrap;
|
||||
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;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis; ">{{ '{:,}'.format(service.price * service.amount).replace(',', ' ') }}dshfghfghfghfg ₽</td>
|
||||
|
||||
Reference in New Issue
Block a user