From 2203ddda79712c7cd872ee2a120e1e2fd1c5f9de Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Tue, 29 Nov 2022 17:33:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=99=E6=80=81=E9=A1=B5=EF=BC=9A=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E8=B4=A8=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/img/DataCenter/question.png | Bin 0 -> 1187 bytes src/components/CustomsTable/index.vue | 8 + src/components/Upload/index.vue | 6 +- src/views/audit-qualitycontrol/community.vue | 162 +++++++++ .../audit-qualitycontrol/healthcheckup.vue | 14 + src/views/audit-qualitycontrol/hospital.vue | 14 + .../components/AcademicTrend.vue | 2 +- .../components/HealthPopularization.vue | 340 +++++++++++++++++- .../components/NewsMeeting.vue | 46 ++- .../components/NoticeAnnouncement.vue | 235 +++++++++++- .../components/scientificResearch.vue | 335 ++++++++++++++++- .../systems/operation-management/index.vue | 4 +- 12 files changed, 1137 insertions(+), 29 deletions(-) create mode 100644 src/assets/img/DataCenter/question.png create mode 100644 src/views/audit-qualitycontrol/community.vue create mode 100644 src/views/audit-qualitycontrol/healthcheckup.vue create mode 100644 src/views/audit-qualitycontrol/hospital.vue diff --git a/src/assets/img/DataCenter/question.png b/src/assets/img/DataCenter/question.png new file mode 100644 index 0000000000000000000000000000000000000000..9c6106b41e1d67d72be04ce382e33a6ebaabf9b6 GIT binary patch literal 1187 zcmV;U1YG-xP)Px(T}ebiR9HvNm`!M0RTRhn=e;*c1}EA@5gHVWLJ}C_eB2uns$#R!iVJClQg!18 zC@utPtz!LHv`QOWs$GewxbOqP7#Cu3qeaEVaPQ1KLL`ldsL(>uf+i&<^WGde!<#Zm zXXed>fOBCsbMHOp_s;p>bMAYD9vjpxkMH}}1wn8RGv5c`HUL9JG$eMI`2qm>{X#@v zd7k%mCX>0+jgO9j%H?t{48xb1c@Kbr4xRieH=&soSvD?gt<;5JBF*F@5WRM8MT*)fdf( z0JkbKO(J!KnU4VwO=TK|z7EJ*`yn$wOhhwEsR!FdM#5ew6m}BPcE@p2%zVXhoXZ0P z1HY%!>9x41T5CUxH1&~E>XG{Tt3XkmvCO>M-`_tRCtzdDB7jsA$Cm+!ljD&Fo3e?} zS65dTiKyRoT~)7BSAmQ%vr+AsR!Th|_k_lnTJ32wPH3&)YPY~zdxDt{6Va?vYOk!V z0ZBWkR4RWGQJ?2|J36T|*4nq3*>@c0QW%B-5$#~+$B5{rnqi_}l~Q-K1B&X@MP^=0 zBof=D&D4ObwR@R)2EY$m>$~Ej(`w!rGbQPY=0gCtYOO2n>=|Re2XH45?Nds9UIQ}5 zybIv*R<)s1K;QRADwWE&_4UbQa%Y^tjWLG+yaC`nt@RUiAThGrb=|34E_bd|fF{Rz zKQo_>{=cZTmY&vjluD)DVHk@4b6V@EI?#Cl!=C4jWV2a0JzWoDOg>7N^gX$Xyg5ET zJ{@PMTrLj>K_LDYwbmnb4J|QqDw#|Urqk)=I3pY93x&enj^n%!AQ{bl1K`m({m9z+ z`T5k!%E}TEEi0u4*8!zcsq05aN0+(*Di(`F)oNAJT&qdU{EpW8C=rRMW5>e6!r=1q z@;~c-R$O#IaiP%BYy z`q*1*ZzrN*fym`@vz?}@4&C(FZ&hLJCNd2`*A~Xjw2r#LsDr8zS5QW%COCnqNx0b7E_UeIJ`&s||7sNT8cH>9C=UV|E;dgev34%Jhy(hX3( z^Rc1v%u1aKf
+ + diff --git a/src/components/Upload/index.vue b/src/components/Upload/index.vue index 3d5fc3c..72c17c9 100644 --- a/src/components/Upload/index.vue +++ b/src/components/Upload/index.vue @@ -28,7 +28,7 @@
{{ tip }}
@@ -77,6 +77,10 @@ export default { type: Boolean, default: false, }, + btnType: { + type: String, + default: "primary", + }, value: Array, //上传文件数组 绑定数组 }, data() { diff --git a/src/views/audit-qualitycontrol/community.vue b/src/views/audit-qualitycontrol/community.vue new file mode 100644 index 0000000..31b333a --- /dev/null +++ b/src/views/audit-qualitycontrol/community.vue @@ -0,0 +1,162 @@ + + + diff --git a/src/views/audit-qualitycontrol/healthcheckup.vue b/src/views/audit-qualitycontrol/healthcheckup.vue new file mode 100644 index 0000000..dc2adba --- /dev/null +++ b/src/views/audit-qualitycontrol/healthcheckup.vue @@ -0,0 +1,14 @@ + + + diff --git a/src/views/audit-qualitycontrol/hospital.vue b/src/views/audit-qualitycontrol/hospital.vue new file mode 100644 index 0000000..914b617 --- /dev/null +++ b/src/views/audit-qualitycontrol/hospital.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 index efd5b2d..97fbff4 100644 --- a/src/views/systems/operation-management/components/AcademicTrend.vue +++ b/src/views/systems/operation-management/components/AcademicTrend.vue @@ -1,5 +1,5 @@ - + diff --git a/src/views/systems/operation-management/components/NewsMeeting.vue b/src/views/systems/operation-management/components/NewsMeeting.vue index 14b25d7..70a8964 100644 --- a/src/views/systems/operation-management/components/NewsMeeting.vue +++ b/src/views/systems/operation-management/components/NewsMeeting.vue @@ -73,23 +73,34 @@ export default { { label: "标题", minWidth: 120, - value: "groupName", + value: "title", }, { - label: "医联体编号", + label: "文件", minWidth: 120, - value: "name", + value: "file", }, { - label: "省", + label: "上传时间", minWidth: 120, - value: "sex", + value: "uploadTime", }, - { - label: "市", + label: "最新修改时间", + minWidth: 120, + value: "editTime", + }, + { + label: "上传人姓名", + minWidth: 120, + value: "uploadPerson", + }, + { + label: "启用状态", minWidth: 120, - value: "idCard", + type: "switch", + value: "isOpen", + func: this.openChage, }, { label: "操作", @@ -97,6 +108,15 @@ export default { fixed: "right", operType: "button", operations: [ + { + func: this.editMedical, + formatter(row) { + return { + label: "查看", + type: "text", + } + }, + }, { func: this.editMedical, formatter(row) { @@ -123,7 +143,8 @@ export default { ], tableData: [ { - groupName: "第一个", + title: "第一个", + isOpen: true, }, ], formList: [ @@ -171,12 +192,17 @@ export default { } this.addVisible = true }, + // 启用状态 + openChage(data, index) { + console.log(data, index) + }, }, } + diff --git a/src/views/systems/operation-management/components/scientificResearch.vue b/src/views/systems/operation-management/components/scientificResearch.vue index f4ae058..3ea145e 100644 --- a/src/views/systems/operation-management/components/scientificResearch.vue +++ b/src/views/systems/operation-management/components/scientificResearch.vue @@ -1,14 +1,339 @@ - + diff --git a/src/views/systems/operation-management/index.vue b/src/views/systems/operation-management/index.vue index 3e8033b..bf4331e 100644 --- a/src/views/systems/operation-management/index.vue +++ b/src/views/systems/operation-management/index.vue @@ -57,7 +57,7 @@ export default { mounted() {}, methods: { handleClick(tab, event) { - console.log(tab, event) + // console.log(tab, event) }, }, } @@ -65,7 +65,7 @@ export default {