From 8e54aa5475c993a398692e2094a50803335a4b6b Mon Sep 17 00:00:00 2001
From: LiLongLong <13717757313@163.com>
Date: Wed, 22 Jan 2025 09:37:11 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=89=93=E5=8C=85=E6=97=B6ts?=
=?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A3=80=E6=9F=A5=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components.d.ts | 2 ++
src/pages/Index/Index.vue | 11 +----------
src/pages/Index/components/Consumables/IdCardInfo.vue | 5 -----
src/services/Index/index.ts | 3 +++
src/websocket/socket.ts | 19 ++++++++++---------
tsconfig.app.tsbuildinfo | 2 +-
tsconfig.node.tsbuildinfo | 2 +-
7 files changed, 18 insertions(+), 26 deletions(-)
diff --git a/components.d.ts b/components.d.ts
index 861a006..ec94045 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -9,12 +9,14 @@ declare module 'vue' {
export interface GlobalComponents {
Confirm: typeof import('./src/components/Confirm.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
+ ElCol: typeof import('element-plus/es')['ElCol']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
ElFooter: typeof import('element-plus/es')['ElFooter']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElIcon: typeof import('element-plus/es')['ElIcon']
+ ElRow: typeof import('element-plus/es')['ElRow']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ErrorModal: typeof import('./src/components/dialogs/ErrorModal.vue')['default']
diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue
index 696155a..239ece8 100644
--- a/src/pages/Index/Index.vue
+++ b/src/pages/Index/Index.vue
@@ -314,7 +314,7 @@