From 91d31e98b44494436e5505581872e1a47ffa8343 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 20 May 2022 11:10:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5echarts=E7=9A=84=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/engineeringConfirmation.vue | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) 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')}}