From 69062dc5e24b91f8817379966a66e90f029d5866 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Thu, 30 Jun 2022 09:40:01 +0800 Subject: [PATCH 01/14] =?UTF-8?q?=E6=A0=B8=E9=85=B8=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E7=82=B9=E3=80=81=E7=96=AB=E8=8B=97=E6=8E=A5=E7=A7=8D=E7=82=B9?= =?UTF-8?q?=20PC=20=E7=AE=A1=E7=90=86=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/plugins/point/icpointnucleicmonitoring.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/plugins/point/icpointnucleicmonitoring.vue b/src/views/modules/plugins/point/icpointnucleicmonitoring.vue index 7d9204b7d..9638faf1e 100644 --- a/src/views/modules/plugins/point/icpointnucleicmonitoring.vue +++ b/src/views/modules/plugins/point/icpointnucleicmonitoring.vue @@ -11,7 +11,7 @@ ref="org" v-model="orgIds" :options="organizationList" - :props="{ checkStrictly: false, multiple: false, emitPath: true }" + :props="{ checkStrictly: true, multiple: false, emitPath: true }" style="width: 200px" clearable @change="orgChangeHandle" From 4e3f7db0887ccaabef95daaaa478dc78222ade57 Mon Sep 17 00:00:00 2001 From: 123456 <17862666717> Date: Thu, 30 Jun 2022 10:13:39 +0800 Subject: [PATCH 02/14] =?UTF-8?q?=E2=80=9Cfix:=E4=BF=AE=E6=94=B9=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/plugins/point/icpointnucleicmonitoring.vue | 4 +++- .../modules/plugins/point/icpointvaccinesinoculation.vue | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/modules/plugins/point/icpointnucleicmonitoring.vue b/src/views/modules/plugins/point/icpointnucleicmonitoring.vue index 7d9204b7d..010bd3dff 100644 --- a/src/views/modules/plugins/point/icpointnucleicmonitoring.vue +++ b/src/views/modules/plugins/point/icpointnucleicmonitoring.vue @@ -113,7 +113,7 @@ :data="dataList" border @selection-change="dataListSelectionChangeHandle" - style="width: 100%" + style="width: 100%;height:564px;" > Date: Thu, 30 Jun 2022 13:49:50 +0800 Subject: [PATCH 03/14] =?UTF-8?q?=E2=80=9Cfix:=E4=BF=AE=E6=94=B9=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...icpointnucleicmonitoring-add-or-update.vue | 113 ++++++++++-------- ...pointvaccinesinoculation-add-or-update.vue | 1 + 2 files changed, 67 insertions(+), 47 deletions(-) diff --git a/src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue b/src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue index fcf09c4b9..5af3d475e 100644 --- a/src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue +++ b/src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue @@ -1,5 +1,5 @@