From 3a104556f7fcbe599331b27880998c06f7704554 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 12 Jun 2021 20:14:02 +0200 Subject: [PATCH] =?UTF-8?q?Dodano=20widok=20ca=C5=82ego=20sk=C5=82adu=20pr?= =?UTF-8?q?zy=20rozwini=C4=99ciu=20SRJP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrainsView/TrainSchedule.vue | 4 ++ src/components/TrainsView/TrainTable.vue | 74 ++++++++++++--------- 2 files changed, 47 insertions(+), 31 deletions(-) diff --git a/src/components/TrainsView/TrainSchedule.vue b/src/components/TrainsView/TrainSchedule.vue index df8388f..3ea4ea7 100644 --- a/src/components/TrainsView/TrainSchedule.vue +++ b/src/components/TrainsView/TrainSchedule.vue @@ -119,6 +119,10 @@ export default class TrainSchedule extends Vue { click() { this.$emit("click"); } + + mounted() { + console.log("mounted"); + } } diff --git a/src/components/TrainsView/TrainTable.vue b/src/components/TrainsView/TrainTable.vue index 14b8e13..c30456c 100644 --- a/src/components/TrainsView/TrainTable.vue +++ b/src/components/TrainsView/TrainTable.vue @@ -46,13 +46,7 @@ - - - unknown-train + @@ -175,19 +169,20 @@ {{ train.driverName }} + • {{ train.locoType }} + + - - unknown-train @@ -238,20 +233,37 @@ - +
+
+ + image-car + +
+ + +