diff --git a/components/messages/emergent.vue b/components/messages/emergent.vue
new file mode 100644
index 0000000..ffd2b71
--- /dev/null
+++ b/components/messages/emergent.vue
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+ 紧急通知
+
+
+ 近期重庆有自然灾害,请小心出门
+
+
+ 2023-08-08
+
+
+
+
+
+
+
+
+
+ 紧急维修通知
+
+
+ 您有一条紧急维修通知,请查看
+
+
+ 2023-08-08
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/messages/policy.vue b/components/messages/policy.vue
new file mode 100644
index 0000000..e7ef427
--- /dev/null
+++ b/components/messages/policy.vue
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+ 维修通知
+
+
+ 【政策通知】
+
+
+ 2023-08-08
+
+
+
+
+
+
+
+
+
+ 紧急维修通知
+
+
+ 【政策通知】
+
+
+ 2023-08-08
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/messages/thing.vue b/components/messages/thing.vue
new file mode 100644
index 0000000..5ee06db
--- /dev/null
+++ b/components/messages/thing.vue
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+ 维修通知
+
+
+ 您有一条新的维修通知(维修人员)
+
+
+ 2023-08-08
+
+
+
+
+
+
+
+
+
+ 紧急维修通知
+
+
+ 您有一条新的紧急维修通知(领导)
+
+
+ 2023-08-08
+
+
+
+
+
+
+
+
+
+ 巡检通知
+
+
+ 您有一条新的巡检通知
+
+
+ 2023-08-08
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/messages/work.vue b/components/messages/work.vue
new file mode 100644
index 0000000..ccf8829
--- /dev/null
+++ b/components/messages/work.vue
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
+ 排班通知
+
+
+ 您的排班通知有更新,请及时查收
+
+
+ 2023-08-08
+
+
+
+
+
+
+
+
+
+ 上班通知
+
+
+ 您的上班通知有更新,请及时查收
+
+
+ 2023-08-08
+
+
+
+
+
+
+
+
+
+ 公告通知
+
+
+ 公告通知公告通知公告通知公告通知
+
+
+ 2023-08-08
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index bb54b2f..47be50a 100644
--- a/pages.json
+++ b/pages.json
@@ -30,14 +30,32 @@
"style": {
"navigationBarTitleText": "个人资料"
}
+ },
+ {
+ "path": "pages/Message/Scheduling",
+ "style": {
+ "navigationBarTitleText": "排班通知",
+ "backgroundColor": "#F7F8FA"
+ }
+ },
+ {
+ "path": "pages/Message/emergent",
+ "style": {
+ "navigationBarTitleText": "紧急通知"
+ }
+ },
+ {
+ "path": "pages/Message/Policy",
+ "style": {
+ "navigationBarTitleText": "政策通知",
+ }
}
-
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "backgroundColor": "#F7F8FA"
},
"tabBar": {
"color": "#ccc",
diff --git a/pages/Message/Message.vue b/pages/Message/Message.vue
index c0e7658..549a02a 100644
--- a/pages/Message/Message.vue
+++ b/pages/Message/Message.vue
@@ -1,37 +1,186 @@
-
-
+
+
+
+
+
+
+ 事件提醒
+
+
+
+
+
+ 紧急通知
+
+
+
+
+
+ 政策通知
+
+
+
+
+
+ 事物通知
+
+
+
+ 事件提醒
+ 紧急通知
+ 政策通知
+ 事物通知
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/Message/Policy.vue b/pages/Message/Policy.vue
new file mode 100644
index 0000000..d4daea1
--- /dev/null
+++ b/pages/Message/Policy.vue
@@ -0,0 +1,35 @@
+
+
+
+
+ 国家卫生健康委办公厅关于印发卫生服务中心多镇卫生院中医馆服务能力建设标准的通知
+
+ 2023-08-08
+
+ 2022年3月,国务院办公厅印发了《“十四五"中医药发展规划》(以下简称《规划》),《规划》中明确提出"鼓励有条件的地方完成15%的社区卫生服务中心和乡镇卫生院中医馆服务内涵建设;在10%的社区卫生服务站和村卫生室开展'中医阁'建设。"为了贯彻落实国务院决策部署,深入实施基层中医药服务能力提升工程“十四五行动计划,更好地指导并推动有条件的地方建设一批具有示范引领作用的基层医疗卫生机构中医馆、中医阁,在前期相关标准试行基础上,国家卫生健康委和国家中医药局组织制定了《社区卫生服务中心乡镇卫生院中医馆服务能力提升建设标准》《社区卫生服务站村卫生室中医阁建设标准》。现印发给你们,供各地参照执行。
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/Message/Scheduling.vue b/pages/Message/Scheduling.vue
new file mode 100644
index 0000000..cc71174
--- /dev/null
+++ b/pages/Message/Scheduling.vue
@@ -0,0 +1,69 @@
+
+
+
+
+ 排班通知
+ 2023-08-08
+
+
+ 排班通知排班通知排班通知排班通知排班通知排班通知排班通知排班通知排班通知排班通知排班通知
+
+
+
+
+ 排班通知
+ 2023-08-08
+
+
+ 排班通知排班通知排班通知排班通知排班通知排班通知排班通知排班通知排班通知排班通知排班通知
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/Message/emergent.vue b/pages/Message/emergent.vue
new file mode 100644
index 0000000..fee42cc
--- /dev/null
+++ b/pages/Message/emergent.vue
@@ -0,0 +1,44 @@
+
+
+
+ 应急管理部发布自然灾害综合风险预警响应提示
+ 2023-08-08
+ 应急管理部4月6日11时发布强对流天气蓝色预警响应提示:4月6日08时至7日08时,山东南部和东部、河南东部、安徽东北部、江苏北部等地的部分地区将有8-10级雷暴大风或冰雹天气,局地最大风力可达11级;山东南部、安徽东北部、江苏北部等地的部分地区将有短时强降水天气,小时雨量20-30毫米。经综合会商研判,山东.河南、安徽、江苏等地雷暴大风、冰雹和短时强降水等强对流天气可能引发局地风雹及次生灾害风险。应急管理部提醒有关地区及时采取以下防范应对措施:1.加强短临监测预警和滚动会商研判。2.加强对临时搭建物、广告牌、高空作业装置等的隐患排查,做好人员转移避险工作。3.停止高空作业,提醒公众减少出行和农田劳作等户外活动。4.督促指导相关水域作业人员或船舶及时采取回港或绕行措施。
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/image/alarm.png b/static/image/alarm.png
new file mode 100644
index 0000000..f2c449a
Binary files /dev/null and b/static/image/alarm.png differ
diff --git a/static/image/bag.png b/static/image/bag.png
new file mode 100644
index 0000000..514f429
Binary files /dev/null and b/static/image/bag.png differ
diff --git a/static/image/e76cb21348487899a86b7065939fa7e.png b/static/image/e76cb21348487899a86b7065939fa7e.png
new file mode 100644
index 0000000..e7050ab
Binary files /dev/null and b/static/image/e76cb21348487899a86b7065939fa7e.png differ
diff --git a/static/image/emergentfix.png b/static/image/emergentfix.png
new file mode 100644
index 0000000..14494b4
Binary files /dev/null and b/static/image/emergentfix.png differ
diff --git a/static/image/event.png b/static/image/event.png
new file mode 100644
index 0000000..1acc725
Binary files /dev/null and b/static/image/event.png differ
diff --git a/static/image/fix.png b/static/image/fix.png
new file mode 100644
index 0000000..639064e
Binary files /dev/null and b/static/image/fix.png differ
diff --git a/static/image/flag.png b/static/image/flag.png
new file mode 100644
index 0000000..f55164c
Binary files /dev/null and b/static/image/flag.png differ
diff --git a/static/image/look.png b/static/image/look.png
new file mode 100644
index 0000000..a72ab5e
Binary files /dev/null and b/static/image/look.png differ
diff --git a/static/image/message.png b/static/image/message.png
new file mode 100644
index 0000000..bc934f1
Binary files /dev/null and b/static/image/message.png differ
diff --git a/static/image/policy.png b/static/image/policy.png
new file mode 100644
index 0000000..0fb0fbc
Binary files /dev/null and b/static/image/policy.png differ
diff --git a/static/image/things.png b/static/image/things.png
new file mode 100644
index 0000000..547d926
Binary files /dev/null and b/static/image/things.png differ