- {{dataStore.documentTypesForCreation[row.type].labelSingle}}
-
+ {{ dataStore.documentTypesForCreation[row.type].labelSingle }}
+
- {{row.state}}
+ {{ row.state }}
{
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")}}
|