diff --git a/public/js/components/Form/Upload/File.js b/public/js/components/Form/Upload/File.js index c84996e8d..b62cdd788 100644 --- a/public/js/components/Form/Upload/File.js +++ b/public/js/components/Form/Upload/File.js @@ -32,12 +32,8 @@ export default { } }, template: ` - FILES: {{dateien}} - - - - - + + diff --git a/public/js/components/Notiz/Notiz.js b/public/js/components/Notiz/Notiz.js index ccbfaa548..941820405 100644 --- a/public/js/components/Notiz/Notiz.js +++ b/public/js/components/Notiz/Notiz.js @@ -107,37 +107,37 @@ export default { reset() { this.$refs.form.reset(); this.intAnhang = null; - this.$emit('update:anhang', []); + //this.$emit('update:anhang', []); }, }, template: ` -
-{{this.intAnhang}} +
+ {{anhang.name}} {{index}}
-
-
-
- {{action}} -
- [{{this.typeId}}] -
-
- -
- -
- -
-
- -
- -
- + +
+
+ {{action}} +
+ [{{this.typeId}}] +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
-
diff --git a/public/js/components/Stv/Studentenverwaltung/Details/Notizen.js b/public/js/components/Stv/Studentenverwaltung/Details/Notizen.js index 678e3abe1..5d618592b 100644 --- a/public/js/components/Stv/Studentenverwaltung/Details/Notizen.js +++ b/public/js/components/Stv/Studentenverwaltung/Details/Notizen.js @@ -333,8 +333,8 @@ export default {
- Parent: {{formData.title}} {{formData.anhang}} || {{formData.anhang.name}} - {{anhang.name}} {{index}}
ref: {{formData.ref}} +