From 05c363fdd7ab04e3bd9a753e2c5d5bfff04d681c Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 09 六月 2026 10:21:35 +0800
Subject: [PATCH] 备份上传
---
pages/index/index.vue | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 25596a3..e2a33b4 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -163,10 +163,16 @@
path: "/pages/case/transfer",
bgColor: "linear-gradient(135deg, #FF9B6A, #FF6B8B)",
},
+ // {
+ // titleKey: "index.quickEntry.CaseProgress",
+ // icon: "/static/icons/department.png",
+ // path: "/pages/records/medical",
+ // bgColor: "linear-gradient(135deg, #747CF9, #9B7CF9)",
+ // },
{
- titleKey: "index.quickEntry.CaseProgress",
- icon: "/static/icons/department.png",
- path: "/pages/records/medical",
+ titleKey: "index.quickEntry.investigate",
+ icon: "/static/icons/record.png",
+ path: "/pages/ethicalReview/index",
bgColor: "linear-gradient(135deg, #747CF9, #9B7CF9)",
},
]);
--
Gitblit v1.9.3