diff --git a/src/components/Setings.vue b/src/components/Setings.vue index 11377d0..b18882c 100644 --- a/src/components/Setings.vue +++ b/src/components/Setings.vue @@ -93,33 +93,46 @@ > {{ showtask ? "Скрыть задачи" : "Показать задачи" }} -
- - - - - - - - - - - - - -
StatusSource URL
- {{ task.status }} - - {{ task.source_url }} -
-
+
+ + + + + + + + + + + + + + + + + + +
StatusSource URLTime startTime finish
+ {{ task.status }} + + {{ task.source_url }} + + {{ task.created_at }} + + {{ task.finished_at }} +
+
@@ -180,11 +193,8 @@ const loadTasks = async () => { // Загрузка настроек при монтировании onMounted(() => { loadSettings(); - // load_log(); }); -// watch(logs, load_log); - // Получение настроек с сервера const loadSettings = async () => { try {