- {{dataStore.documentTypesForCreation[row.type].labelSingle}}
-
+ {{ dataStore.documentTypesForCreation[row.type].labelSingle }}
+
- {{row.state}}
+ {{ row.state }}
{{dataStore.documentTypesForCreation[row.type].labelSingle}}
-
-
- {{row.state}}
-
-
- {{row.state}}
-
-
- {{row.state}}
-
-
{{row.customer ? row.customer.name : ""}}
@@ -116,6 +94,10 @@
{{row.contract.contractNumber}} - {{row.contract.name}}
+
+ Monatlich
+ Quartalsweise
+
@@ -161,13 +143,9 @@ const filteredRows = computed(() => {
const templateColumns = [
{
- key: 'type',
- label: "Typ"
+ key: 'serialConfig.active',
+ label: "Aktiv"
},{
- key: 'state',
- label: "Status"
- },
- {
key: "amount",
label: "Betrag"
},
@@ -180,8 +158,8 @@ const templateColumns = [
label: "Vertrag"
},
{
- key: 'serialConfig.active',
- label: "Aktiv"
+ key: 'serialConfig.intervall',
+ label: "Rhythmus"
}
]
const selectedColumns = ref(templateColumns)
diff --git a/pages/files/index.vue b/pages/files/index.vue
index 89ffec4..fd8313e 100644
--- a/pages/files/index.vue
+++ b/pages/files/index.vue
@@ -364,33 +364,67 @@ const clearSearchString = () => {
variant="outline"
v-if="Object.keys(selectedFiles).find(i => selectedFiles[i] === true)"
>Herunterladen
-
-
+
+
- Ordner Erstellen
-
+
+
+ Ordner Erstellen
+
+
+
+
+
+
+
-
-
+
-
+
+ {{ filetags.find(t => t.id === createFolderData.standardFiletype)?.name }}
+
+ Kein Typ ausgewählt
+
+
+
+
+
+
-
+
-
- Erstellen
-
+
+
+ Abbrechen
+
+
+ Erstellen
+
+
-
@@ -429,8 +463,8 @@ const clearSearchString = () => {
- {{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).createdAt).format("DD.MM.YY HH:mm")}}
+ {{dayjs(currentFolders.find(i => i.id === entry.id).createdAt).format("DD.MM.YY HH:mm")}}
|