From 9aef54609d2e26cbe39337f6a4ed99f8b034bc48 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 29 Nov 2023 17:46:19 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=84?= =?UTF-8?q?=E0=B9=89=E0=B8=99=E0=B8=87=E0=B8=B2=E0=B8=99=E0=B8=9B=E0=B8=B5?= =?UTF-8?q?=E0=B8=87=E0=B8=9A=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A1=E0=B8=B2?= =?UTF-8?q?=E0=B8=93=20=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=A5=E0=B8=87?= =?UTF-8?q?=E0=B9=80=E0=B8=A7=E0=B8=A5=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ToolBar.vue | 76 ++++++++++++++++++++++++++++++++++--- src/interface/index/Main.ts | 7 +++- src/stores/chekin.ts | 2 + src/stores/mixin.ts | 46 ++++++++++++++++++++++ src/views/HistoryView.vue | 13 +++++-- 5 files changed, 134 insertions(+), 10 deletions(-) diff --git a/src/components/ToolBar.vue b/src/components/ToolBar.vue index 1b77c86..749fc24 100644 --- a/src/components/ToolBar.vue +++ b/src/components/ToolBar.vue @@ -1,24 +1,47 @@