feat(web): Web 前端功能完善 — API 扩展 + 组件优化
- 新增 AI 透析分析 API + 药物提醒 API - MediaPicker/ThemeSwitcher/usePaginatedData 优化 - 健康管理页面组件增强(Banner/Consultation/Doctor/MediaLibrary 等) - PluginCRUDPage 导入优化
This commit is contained in:
@@ -403,7 +403,7 @@ export default function FollowUpTaskList() {
|
||||
confirmLoading={createLoading}
|
||||
okText="创建"
|
||||
cancelText="取消"
|
||||
destroyOnClose
|
||||
destroyOnHidden
|
||||
>
|
||||
<Form form={createForm} layout="vertical" autoComplete="off">
|
||||
<Form.Item
|
||||
@@ -501,7 +501,7 @@ export default function FollowUpTaskList() {
|
||||
confirmLoading={assignLoading}
|
||||
okText="确认"
|
||||
cancelText="取消"
|
||||
destroyOnClose
|
||||
destroyOnHidden
|
||||
>
|
||||
<Form form={assignForm} layout="vertical" autoComplete="off">
|
||||
<Form.Item
|
||||
|
||||
Reference in New Issue
Block a user