mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
css
This commit is contained in:
@@ -135,18 +135,6 @@ 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() {
|
||||
@@ -419,9 +407,6 @@ export default{
|
||||
|
||||
<p>TestData</p>
|
||||
{{statusData}}
|
||||
<hr>
|
||||
{{gruende}}
|
||||
{{gruendeLength}}
|
||||
|
||||
<!-- Berechtigungen:
|
||||
Skip Check: {{hasPermissionToSkipStatusCheck}} |
|
||||
|
||||
Reference in New Issue
Block a user