From 051d7d770a6ccbe211b40ec68c8f244c46a2242f Mon Sep 17 00:00:00 2001
From: miaojiale <1123971748@qq.com>
Date: Tue, 29 Nov 2022 10:53:22 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=E7=AE=A1=E7=90=86=20start=20?=
=?UTF-8?q?=E8=B4=A8=E6=8E=A7=E6=8A=A5=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/CustomsTable/index.vue | 10 +
src/views/followupquery/index.vue | 10 -
src/views/qualitycontrol-report/index.vue | 14 ++
.../components/AcademicTrend.vue | 14 ++
.../components/HealthPopularization.vue | 14 ++
.../components/NewsMeeting.vue | 214 ++++++++++++++++++
.../components/NoticeAnnouncement.vue | 14 ++
.../components/scientificResearch.vue | 14 ++
.../systems/operation-management/index.vue | 72 ++++++
9 files changed, 366 insertions(+), 10 deletions(-)
create mode 100644 src/views/qualitycontrol-report/index.vue
create mode 100644 src/views/systems/operation-management/components/AcademicTrend.vue
create mode 100644 src/views/systems/operation-management/components/HealthPopularization.vue
create mode 100644 src/views/systems/operation-management/components/NewsMeeting.vue
create mode 100644 src/views/systems/operation-management/components/NoticeAnnouncement.vue
create mode 100644 src/views/systems/operation-management/components/scientificResearch.vue
create mode 100644 src/views/systems/operation-management/index.vue
diff --git a/src/components/CustomsTable/index.vue b/src/components/CustomsTable/index.vue
index 7603ad0..0c55ff1 100644
--- a/src/components/CustomsTable/index.vue
+++ b/src/components/CustomsTable/index.vue
@@ -184,4 +184,14 @@ export default {
background-repeat: no-repeat;
background-size: cover;
}
+::v-deep {
+ .el-table {
+ thead {
+ .newHeader {
+ height: 60px;
+ background: #f6f6f6;
+ }
+ }
+ }
+}
diff --git a/src/views/followupquery/index.vue b/src/views/followupquery/index.vue
index 874b503..4113698 100644
--- a/src/views/followupquery/index.vue
+++ b/src/views/followupquery/index.vue
@@ -273,14 +273,4 @@ export default {
padding: 0 24px;
}
}
-::v-deep {
- .el-table {
- thead {
- .newHeader {
- height: 60px;
- background: #f6f6f6;
- }
- }
- }
-}
diff --git a/src/views/qualitycontrol-report/index.vue b/src/views/qualitycontrol-report/index.vue
new file mode 100644
index 0000000..5042afa
--- /dev/null
+++ b/src/views/qualitycontrol-report/index.vue
@@ -0,0 +1,14 @@
+
+ 质控报表
+
+
+
diff --git a/src/views/systems/operation-management/components/AcademicTrend.vue b/src/views/systems/operation-management/components/AcademicTrend.vue
new file mode 100644
index 0000000..efd5b2d
--- /dev/null
+++ b/src/views/systems/operation-management/components/AcademicTrend.vue
@@ -0,0 +1,14 @@
+
+ 学说那个太
+
+
+
diff --git a/src/views/systems/operation-management/components/HealthPopularization.vue b/src/views/systems/operation-management/components/HealthPopularization.vue
new file mode 100644
index 0000000..2b70c25
--- /dev/null
+++ b/src/views/systems/operation-management/components/HealthPopularization.vue
@@ -0,0 +1,14 @@
+
+ 健康科普
+
+
+
diff --git a/src/views/systems/operation-management/components/NewsMeeting.vue b/src/views/systems/operation-management/components/NewsMeeting.vue
new file mode 100644
index 0000000..14b25d7
--- /dev/null
+++ b/src/views/systems/operation-management/components/NewsMeeting.vue
@@ -0,0 +1,214 @@
+
+
+
+ 添加
+
+
+
+
+
+ 添加医联体
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/systems/operation-management/components/NoticeAnnouncement.vue b/src/views/systems/operation-management/components/NoticeAnnouncement.vue
new file mode 100644
index 0000000..71f59f7
--- /dev/null
+++ b/src/views/systems/operation-management/components/NoticeAnnouncement.vue
@@ -0,0 +1,14 @@
+
+ 通知公告
+
+
+
diff --git a/src/views/systems/operation-management/components/scientificResearch.vue b/src/views/systems/operation-management/components/scientificResearch.vue
new file mode 100644
index 0000000..f4ae058
--- /dev/null
+++ b/src/views/systems/operation-management/components/scientificResearch.vue
@@ -0,0 +1,14 @@
+
+ 科学研究
+
+
+
diff --git a/src/views/systems/operation-management/index.vue b/src/views/systems/operation-management/index.vue
new file mode 100644
index 0000000..3e8033b
--- /dev/null
+++ b/src/views/systems/operation-management/index.vue
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
--
2.22.0