|
|
|
@ -60,10 +60,10 @@ export const useTasksPrint = () => {
@@ -60,10 +60,10 @@ export const useTasksPrint = () => {
|
|
|
|
|
<td style="padding-right: 40px" ><strong>№${ |
|
|
|
|
task.id |
|
|
|
|
}</strong></td> |
|
|
|
|
<td style="padding-right: 85px"><strong>Початок:</strong> <span style="word-wrap: normal;font-size: 14">${moment( |
|
|
|
|
<td style="padding-right: 85px"><strong>Початок:</strong> <span style="word-wrap: normal;font-size: 13">${moment( |
|
|
|
|
new Date(task.startDate), |
|
|
|
|
).format('DD-MM-YYYY')}</span></td> |
|
|
|
|
<td><strong>Закінчення:</strong> <span style="word-wrap: normal;font-size: 14">${moment( |
|
|
|
|
<td><strong>Закінчення:</strong> <span style="word-wrap: normal;font-size: 13">${moment( |
|
|
|
|
new Date(task.endDate), |
|
|
|
|
).format('DD-MM-YYYY')}</span></td> |
|
|
|
|
<td style="width:40px; padding-left: 95px"> |
|
|
|
|