diff --git a/openhis-server-new/core-common/src/main/java/com/core/common/core/domain/model/LoginUser.java b/openhis-server-new/core-common/src/main/java/com/core/common/core/domain/model/LoginUser.java index 8a81a2d6b..d309d60e1 100755 --- a/openhis-server-new/core-common/src/main/java/com/core/common/core/domain/model/LoginUser.java +++ b/openhis-server-new/core-common/src/main/java/com/core/common/core/domain/model/LoginUser.java @@ -267,6 +267,6 @@ public class LoginUser implements UserDetails { @Override public Collection extends GrantedAuthority> getAuthorities() { - return null; + return java.util.Collections.emptyList(); } } diff --git a/openhis-ui-vue3/src/views/index.vue.bak b/openhis-ui-vue3/src/views/index.vue.bak new file mode 100644 index 000000000..a5b96c628 --- /dev/null +++ b/openhis-ui-vue3/src/views/index.vue.bak @@ -0,0 +1,1543 @@ + + + + + + + {{ getGreeting() }},{{ userStore.nickName || userStore.name }} + 欢迎使用{{ userStore.hospitalName || '医院' }}管理系统 + + + + {{ getRoleName(userStore.roles[0]) }} + + + + + + + + + + + + + + + + {{ stat.value }} + + + {{ stat.label }} + + + + {{ stat.trend > 0 ? '↑' : '↓' }} {{ Math.abs(stat.trend) }}% + + 较昨日 + + + + + + + + + 快捷功能 + + + 配置 + + + + + + + + + + + {{ func.label }} + + + + + + + + + + 待办事项 + + + 查看全部 + + + + + + + + + + + + + {{ todo.title }} + + + {{ todo.desc }} + + + + {{ todo.time }} + + + + + + + + + + + + 今日日程 + + 管理日程 + + + + + + {{ item.time }} + + + + {{ item.title }} + + + + {{ item.location }} + + + + {{ item.tag }} + + + + + + + + + + + + + diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/OrderForm.vue.bak b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/OrderForm.vue.bak new file mode 100644 index 000000000..e69de29bb diff --git a/openhis-ui-vue3/src/views/login.vue.bak b/openhis-ui-vue3/src/views/login.vue.bak new file mode 100644 index 000000000..367f0d6df --- /dev/null +++ b/openhis-ui-vue3/src/views/login.vue.bak @@ -0,0 +1,720 @@ + + + + + + + + + {{ currentTenantName || settings.systemName }}信息管理系统 + + + 请使用您的账号密码安全登录系统 + + + + 用户名 + + + + + + + + + + 密码 + + + + + + + + {{ passwordVisible ? '隐藏' : '显示' }} + + + + + + + 医疗机构 + + + + + + + 连接医保 + + + + + + 登 录 + 登 录 中... + 连接医保中... + + + + 立即注册 + + + + + + + + + + + + + + + + + \ No newline at end of file
欢迎使用{{ userStore.hospitalName || '医院' }}管理系统
+ 请使用您的账号密码安全登录系统 +
+ 用户名 +
+ 密码 +
+ 医疗机构 +