From aadaa3f2a3847eabf2df770ba2b5fe6945a6da81 Mon Sep 17 00:00:00 2001 From: ma0068 Date: Tue, 5 Mar 2024 15:18:14 +0100 Subject: [PATCH] Revert "css" This reverts commit 91c01f36f4e69820c9acf941cb03b583566ed62d. --- public/css/Tabulator5.css | 8 +------- .../Details/Prestudent/Status.js | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/public/css/Tabulator5.css b/public/css/Tabulator5.css index c5e0b6486..2c7fa9117 100644 --- a/public/css/Tabulator5.css +++ b/public/css/Tabulator5.css @@ -1,4 +1,4 @@ -@import '../../vendor/olifolkerd/tabulator5/dist/css/tabulator_simple.min.css'; +@import '../../vendor/olifolkerd/tabulator5/dist/css/tabulator_bootstrap5.min.css'; /* Apply borders and background to Cell instead of the Row * otherwise frozen columns won't look good (columns behind @@ -38,12 +38,6 @@ .tabulator .tabulator-col-resize-handle:last-of-type { z-index: 999999; } -.tabulator-cell .btn { - padding: 0 .5rem; - max-height: 22px; - min-width: 30px; -} - .tabulator { font-size: 1rem; } diff --git a/public/js/components/Stv/Studentenverwaltung/Details/Prestudent/Status.js b/public/js/components/Stv/Studentenverwaltung/Details/Prestudent/Status.js index 3b7c5a341..450ca6283 100644 --- a/public/js/components/Stv/Studentenverwaltung/Details/Prestudent/Status.js +++ b/public/js/components/Stv/Studentenverwaltung/Details/Prestudent/Status.js @@ -135,6 +135,18 @@ export default{ gruende() { return this.listStatusgruende.filter(grund => grund.status_kurzbz == this.statusData.status_kurzbz); }, +/* gruendeLength() { + //return Object.keys(this.gruende).length; + return 33; + }*/ + }, + watch: { + data: { + handler(n) { + const start = this.status_kurzbz; + }, + deep: true + } }, methods: { actionNewStatus() { @@ -407,6 +419,9 @@ export default{

TestData

{{statusData}} +
+ {{gruende}} + {{gruendeLength}}