diff --git a/form/res-judicata/src/views/Edit.vue b/form/res-judicata/src/views/Edit.vue index dddfe6f..01320be 100644 --- a/form/res-judicata/src/views/Edit.vue +++ b/form/res-judicata/src/views/Edit.vue @@ -274,17 +274,25 @@ export default { } ]).flat(), + { - text: `Dne ${this.zaloba.datum} v České republice`, + text: "_____________________", + color: "#fff", alignment: "right", - margin: [0, 30, 0, 0] + margin: [0, 50, 0, 0], + decoration: "underline", + decorationColor: "#000" }, { - text: "__________________________", + text: `${this.zaloba.zalobci[0].jmeno} ${this.zaloba.zalobci[0].prijmeni}`, alignment: "right", - margin: [0, 30, 0, 0] + margin: [0, 10, 0, 0] + }, + { + text: `${this.zaloba.zalobci[0].sidlo.mesto}, dne ${this.zaloba.datum}`, + alignment: "right", + }, - } ], defaultStyle: { font: 'SourceSerifPro'