From 80ba2168d0c8a2cb400820021a4fbb3efd63efbb Mon Sep 17 00:00:00 2001 From: Yro Boros Date: Sat, 31 Jan 2026 20:01:39 +1000 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Setings.vue | 70 ++++++++++++++++++++++---------------- 1 file changed, 40 insertions(+), 30 deletions(-) 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 {