diff --git a/jero-web/src/views/projectManagement/components/certificationList/components/addCodeNumber.vue b/jero-web/src/views/projectManagement/components/certificationList/components/addCodeNumber.vue new file mode 100644 index 000000000..b26bc4fac --- /dev/null +++ b/jero-web/src/views/projectManagement/components/certificationList/components/addCodeNumber.vue @@ -0,0 +1,281 @@ + + + + + + + + + + + {{$t('standard')}} + + + + + + + + + {{$t('title')}} + + + + + + + + {{$t('areaOfResponsibility')}} + + + + + + + + + {{ !toggleSearchStatus ? $t('open') : $t('away') }} + + + {{$t('reset')}} + {{$t('query')}} + + + + + + + + + + + + + + + + + + {{$t('cancel')}} + {{$t('submit')}} + + + + + + + + \ No newline at end of file