diff --git a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue index 902c8a6e5..2d99ea0fc 100644 --- a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue +++ b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue @@ -185,27 +185,27 @@ {{$t('cancel')}} -
-
+
+
- {{this.$t('currentInformation')}} + {{$t('currentInformation')}}
- {{this.$t('deliveryHistory')}} + {{$t('deliveryHistory')}}
-
{{this.$t('projectDeliveryRequirements')}}:
+
{{$t('projectDeliveryRequirements')}}:
- {{item.deliveryInstructions}} + {{item.deliveryRequirements}}
-
{{this.$t('feedbackFromTheEngineer')}}:
+
{{$t('feedbackFromTheEngineer')}}:
@@ -215,18 +215,18 @@ -
{{this.$t('Deliverables')}}:
+
{{$t('Deliverables')}}:
- {{this.$t('viewUploadedFiles')}} + {{$t('viewUploadedFiles')}}
-
{{this.$t('completedBy')}}:
+
{{$t('completedBy')}}:
@@ -234,7 +234,7 @@
-
{{this.$t('completedTime')}}:
+
{{$t('completedTime')}}:
@@ -244,7 +244,7 @@ -
{{this.$t('replyFromProjectContactPerson')}}:
+
{{$t('replyFromProjectContactPerson')}}:
@@ -253,9 +253,9 @@
-
- {{this.$t('noData')}} -
+
+
+ {{$t('noData')}}