From 770e88c0a3e57e911eb9f7f58e4834bfd01b058c Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 5 Jul 2022 11:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/listOfRelevantPersonnel.vue | 176 +++++++++++++++-- .../components/personBatting.vue | 180 ++++++++++++++++++ 2 files changed, 343 insertions(+), 13 deletions(-) create mode 100644 jero-web/src/views/projectManagement/components/personBatting.vue diff --git a/jero-web/src/views/projectManagement/components/listOfRelevantPersonnel.vue b/jero-web/src/views/projectManagement/components/listOfRelevantPersonnel.vue index 95ffc04ce..08986ea69 100644 --- a/jero-web/src/views/projectManagement/components/listOfRelevantPersonnel.vue +++ b/jero-web/src/views/projectManagement/components/listOfRelevantPersonnel.vue @@ -8,6 +8,71 @@ @ok="visible = false" @cancel="visible = false" > + + + + + + + + + + + + + + + + {{$t('query')}} + {{$t('reset')}} + + +
@@ -23,12 +88,21 @@
+
+ + {{$t('batSetting')}} +
- + {{$t('regulatoryEngineer')}}
- +
- + {{$t('engineeringInterfacePerson')}}
- +
- + {{$t('certifiedEngineer')}}
- + +
+ \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/personBatting.vue b/jero-web/src/views/projectManagement/components/personBatting.vue new file mode 100644 index 000000000..bfbc8f9a6 --- /dev/null +++ b/jero-web/src/views/projectManagement/components/personBatting.vue @@ -0,0 +1,180 @@ + + + + + \ No newline at end of file