From 08d2852c99d71a7d76f1fa330f6b14838b68ee00 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期一, 02 十二月 2024 11:41:30 +0800
Subject: [PATCH] 调整预约小票打印位置

---
 src/store/modules/user.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/store/modules/user.ts b/src/store/modules/user.ts
index 77443e7..379eb10 100644
--- a/src/store/modules/user.ts
+++ b/src/store/modules/user.ts
@@ -6,7 +6,7 @@
 
 const { wsCache } = useCache()
 
-interface UserVO {
+export interface UserVO {
   id: number
   avatar: string
   nickname: string
@@ -30,7 +30,7 @@
       id: 0,
       avatar: '',
       nickname: '',
-      deptId: 0
+      deptId: 0,
     },
   }),
   getters: {

--
Gitblit v1.9.3