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