From f5ae7a0d842003f49c75b5a4f0e124f2fcfd4c52 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Mon, 14 Oct 2024 18:08:48 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E8=AE=A1=E5=88=92=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E6=90=AD=E5=BB=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/realName/index/index.vue | 2 +-
pages/workPlan/index/components/risk-calendar.vue | 11 +++++++++++
pages/workPlan/index/index.vue | 6 +++++-
3 files changed, 17 insertions(+), 2 deletions(-)
create mode 100644 pages/workPlan/index/components/risk-calendar.vue
diff --git a/pages/realName/index/index.vue b/pages/realName/index/index.vue
index 65c429d..ea20a5d 100644
--- a/pages/realName/index/index.vue
+++ b/pages/realName/index/index.vue
@@ -12,7 +12,7 @@
-
+
diff --git a/pages/workPlan/index/components/risk-calendar.vue b/pages/workPlan/index/components/risk-calendar.vue
new file mode 100644
index 0000000..c7c849c
--- /dev/null
+++ b/pages/workPlan/index/components/risk-calendar.vue
@@ -0,0 +1,11 @@
+
+
+ 风险日历
+
+
+
+
+
+
diff --git a/pages/workPlan/index/index.vue b/pages/workPlan/index/index.vue
index 319f56b..024fc60 100644
--- a/pages/workPlan/index/index.vue
+++ b/pages/workPlan/index/index.vue
@@ -15,6 +15,8 @@
+
+
@@ -26,10 +28,12 @@ import TabbarConfig from '../util/tabbar'
import DayRiskView from './components/day-risk-view'
import HomeNoticeBar from './components/home-notice-bar'
+import RiskCalendar from './components/risk-calendar.vue'
export default {
components: {
DayRiskView,
- HomeNoticeBar
+ HomeNoticeBar,
+ RiskCalendar
},
data() {
return {