wangjian963
75449817da
fix(settings): navType→topNav 别名化解构,修复 store 初始化异常
...
@/settings.js 属性名为 navType,但 store 内部状态键为 topNav。
destructuring 未做别名映射,导致 topNav 变量未定义,
defineStore 初始化失败,actions.setTitle 不可用。
2026-06-04 11:13:21 +08:00
110cb4143d
fix(frontend): 修复 settings store 字段缺失导致运行时错误
...
- settings.js 补充 navType/tagsViewPersist/tagsIcon/tagsViewStyle 字段
- settings store 解构补充 footerVisible/footerContent 导入
- 修复 setTitle is not a function 错误
- 修复 footerVisible is not defined 错误
2026-06-04 10:34:46 +08:00
wangjian963
f273f476b7
fix(settings): 补充 footerVisible/footerContent 解构,修复 store 初始化异常
...
解构 defaultSettings 时遗漏 footerVisible 和 footerContent 变量,导致:
- ReferenceError: footerVisible is not defined
- store 初始化失败,连锁导致 setTitle is not a function
2026-06-04 10:28:29 +08:00
f144dd7e2c
feat(frontend): 合入 RuoYi 3.9.2 前端升级
...
- 升级 vue-router 4.3 → 4.6.4 (router4 新写法)
- 升级 echarts 5.4 → 5.6.0
- 修复 permission.js router4 过期 next() 写法
- 新增 isPathMatch 通配符白名单匹配
- 新增 TreePanel 树分割组件 (左树右表)
- 新增 ExcelImportDialog 导入组件
- 新增锁屏功能 (lock.js + lock.vue)
- 新增密码规则校验 (passwordRule.js)
- 新增 HeaderNotice 顶部通知组件
- 新增 TopBar 顶部工具栏组件
- 新增 Copyright 版权组件
- 增强 TagsView 持久化标签页
- 添加升级计划文档 (UPGRADE_PLAN_v2.0.md)
2026-06-04 10:17:42 +08:00
9db5ced4e3
Revert "Fix Bug #550 : AI修复"
...
This reverts commit 16c42ca108 .
2026-05-27 08:59:07 +08:00
16c42ca108
Fix Bug #550 : AI修复
2026-05-27 03:00:08 +08:00
9c3e603b94
Fix Bug #443 : 手术计费:点击签发耗材时异常报错
...
当手术计费弹窗中点击"签发"耗材时,因耗材的locationId(发放库房)为空导致后端异常。
在DoctorStationAdviceAppServiceImpl.handDevice方法中,当locationId为null时,使用登录用户的科室ID作为默认值,
与NurseBillingAppService中的处理方式保持一致。
2026-05-08 09:14:18 +08:00
d1670b79a0
style(flowable): 优化流程相关代码的import顺序和代码结构
2025-12-30 15:11:32 +08:00
Zhang.WH
8f82322d10
版本更新
2025-09-03 15:54:55 +08:00
abing
437bf23f09
v0.2
2025-06-13 11:39:43 +08:00
guorui
dad6d41cbc
1
2025-02-19 10:29:04 +08:00