diff --git a/src/api/system/user/index.ts b/src/api/system/user/index.ts index 7f0fc3f4..bd022305 100644 --- a/src/api/system/user/index.ts +++ b/src/api/system/user/index.ts @@ -16,6 +16,7 @@ export interface UserVO { loginDate: Date createTime: Date orgId:string + isexamine:string } // 查询用户管理列表 diff --git a/src/api/system/user/profile.ts b/src/api/system/user/profile.ts index 1e80e854..b1eff295 100644 --- a/src/api/system/user/profile.ts +++ b/src/api/system/user/profile.ts @@ -29,6 +29,8 @@ export interface ProfileVO { loginIp: string loginDate: Date createTime: Date + isexamine:string + orgId:string } export interface UserProfileUpdateReqVO { diff --git a/src/api/tblist/patientexamlist/index.ts b/src/api/tblist/patientexamlist/index.ts index 01fd5e9a..a80a4d82 100644 --- a/src/api/tblist/patientexamlist/index.ts +++ b/src/api/tblist/patientexamlist/index.ts @@ -70,8 +70,13 @@ export const PatientexamlistApi = { return await request.get({ url: `/tblist/patientexamlist/UPDATEHigOrg?id=${id}&&orgId=${orgId}` }) }, - // 超声审核修改 + // 超声保存修改 examineupdatelist: async (data: PatientexamlistVO) => { return await request.put({ url: `/tblist/patientexamlist/examineupdate`, data }) }, + + // 超声审核 + examine: async (id: String) => { + return await request.get({ url: `/tblist/patientexamlist/examine?id=` + id }) + }, } diff --git a/src/assets/imgs/FLY.png b/src/assets/imgs/FLY.png new file mode 100644 index 00000000..17513c38 Binary files /dev/null and b/src/assets/imgs/FLY.png differ diff --git a/src/assets/imgs/客服.png b/src/assets/imgs/客服.png new file mode 100644 index 00000000..6664bb04 Binary files /dev/null and b/src/assets/imgs/客服.png differ diff --git a/src/assets/imgs/登录背景.png b/src/assets/imgs/登录背景.png new file mode 100644 index 00000000..c714e4db Binary files /dev/null and b/src/assets/imgs/登录背景.png differ diff --git a/src/assets/imgs/登陆底部.png b/src/assets/imgs/登陆底部.png new file mode 100644 index 00000000..59894e41 Binary files /dev/null and b/src/assets/imgs/登陆底部.png differ diff --git a/src/assets/imgs/登陆背景.png b/src/assets/imgs/登陆背景.png new file mode 100644 index 00000000..f0fbe34d Binary files /dev/null and b/src/assets/imgs/登陆背景.png differ diff --git a/src/assets/svgs/login-fly.svg b/src/assets/svgs/login-fly.svg new file mode 100644 index 00000000..c3f26d7b --- /dev/null +++ b/src/assets/svgs/login-fly.svg @@ -0,0 +1,13 @@ + + \ No newline at end of file diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 0721651d..5f289e35 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -362,7 +362,7 @@ export default { }, login: { backSignIn: '返回', - signInFormTitle: '登录', + signInFormTitle: '账号登录', ssoFormTitle: '三方授权', mobileSignInFormTitle: '手机登录', qrSignInFormTitle: '二维码登录', diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index 5d349ce3..2f1491fc 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -4,47 +4,49 @@ class="relative h-[100%] lt-md:px-10px lt-sm:px-10px lt-xl:px-10px lt-xl:px-10px" >