diff --git a/index.html b/index.html index 9e5fc8f..0d32c06 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite App + 药慧精灵智慧诊所
diff --git a/public/favicon.ico b/public/favicon.ico index 1b36c1c..a49da11 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/assets/config/apiConfig.ts b/src/assets/config/apiConfig.ts index 55b64f0..a4ff29f 100644 --- a/src/assets/config/apiConfig.ts +++ b/src/assets/config/apiConfig.ts @@ -3,7 +3,8 @@ export enum apiConfig{ * 用户操作 */ "ManagerLogin"="manager/user/login",//登录 - "signUp"="signUp/signUp",//签到 + "signIn"="sign/in",//签到 + "signOut"="sign/out",//签退 /** * 接诊操作 */ diff --git a/src/components/common/Header.vue b/src/components/common/Header.vue index d0a889b..28b69ed 100644 --- a/src/components/common/Header.vue +++ b/src/components/common/Header.vue @@ -11,7 +11,9 @@ 医保 统计 设置 - 退出登录 +
+ 退出登录 +
@@ -51,7 +53,7 @@ border-radius: 12px; background-repeat: no-repeat; background-size: 100%; - background-position:0 10px; + background-position: 0 10px; } &:nth-child(1)::before { @@ -145,15 +147,24 @@ header { } diff --git a/src/components/common/Mask.vue b/src/components/common/Mask.vue index cee509c..37b01fa 100644 --- a/src/components/common/Mask.vue +++ b/src/components/common/Mask.vue @@ -73,6 +73,7 @@ const closeBtn = () => { position: relative; height: 72px; padding: 0 4px; + border-bottom: 1px solid #EAEAEC; .title { position: absolute; diff --git a/src/components/inventory/purchase/AddOrder.vue b/src/components/inventory/purchase/AddOrder.vue index 9ba0ed2..dfedd19 100644 --- a/src/components/inventory/purchase/AddOrder.vue +++ b/src/components/inventory/purchase/AddOrder.vue @@ -1,38 +1,46 @@