diff --git a/pages/createDocument/edit/[[id]].vue b/pages/createDocument/edit/[[id]].vue index 3e455d2..39c6c6c 100644 --- a/pages/createDocument/edit/[[id]].vue +++ b/pages/createDocument/edit/[[id]].vue @@ -737,7 +737,8 @@ const saveSerialInvoice = async () => { endText: itemInfo.value.endText, rows: itemInfo.value.rows, contactPerson: itemInfo.value.contactPerson, - serialConfig: itemInfo.value.serialConfig + serialConfig: itemInfo.value.serialConfig, + letterhead: itemInfo.value.letterhead, } let data = null diff --git a/pages/createDocument/show/[id].vue b/pages/createDocument/show/[id].vue index 9e058c0..bd338f7 100644 --- a/pages/createDocument/show/[id].vue +++ b/pages/createDocument/show/[id].vue @@ -64,10 +64,10 @@ const openEmail = () => { > Bearbeiten - In neuen Tab anzeigen + >In neuen Tab anzeigen--> diff --git a/pages/files/index.vue b/pages/files/index.vue index 70f84e8..2f29b72 100644 --- a/pages/files/index.vue +++ b/pages/files/index.vue @@ -412,14 +412,14 @@ const showFile = (fileId) => { {{entry.label}} - {{dayjs(documents.find(i => i.id === entry.id).created_at).format("DD.MM.YY HH:mm")}} - {{dayjs(currentFolders.find(i => i.id === entry.id).created_at).format("DD.MM.YY HH:mm")}} + {{dayjs(documents.find(i => i.id === entry.id).created_at).format("DD.MM.YY HH:mm")}} + {{dayjs(currentFolders.find(i => i.id === entry.id).created_at).format("DD.MM.YY HH:mm")}} @@ -542,7 +542,7 @@ const showFile = (fileId) => { } tr:nth-child(odd) { - background-color: rgba(0, 0, 0, 0.2); + background-color: rgba(0, 0, 0, 0.05); } \ No newline at end of file