diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index 1ef1adf3f..fb80a5808 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1269,4 +1269,6 @@ module.exports = {
source:'Source',
sourceEn:'Source (English)',
onlyone:'Only one merge delimiter can be entered',
+ BatchMaintenanceProgress:'Batch Maintenance Progress',
+ BatchChangeStatus:'Batch Change Status',
}
\ No newline at end of file
diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js
index c8118e520..f0fb7a901 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1371,4 +1371,7 @@ module.exports = {
source: '来源',
sourceEn: '来源(英文)',
onlyone:'只能输入一个合并分隔符',
+ BatchMaintenanceProgress:'批量维护进度',
+ BatchChangeStatus:'批量修改状态',
+
}
\ No newline at end of file
diff --git a/jero-web/src/components/ParameterLibraryAdd/index.vue b/jero-web/src/components/ParameterLibraryAdd/index.vue
index 537bd69ab..26bbbd538 100644
--- a/jero-web/src/components/ParameterLibraryAdd/index.vue
+++ b/jero-web/src/components/ParameterLibraryAdd/index.vue
@@ -42,7 +42,7 @@
-
@@ -68,7 +68,8 @@
- -->
+
{{$t('CertificationDirectory')}}
diff --git a/jero-web/src/views/projectManagement/components/batchModel.vue b/jero-web/src/views/projectManagement/components/batchModel.vue
new file mode 100644
index 000000000..6b10ef02e
--- /dev/null
+++ b/jero-web/src/views/projectManagement/components/batchModel.vue
@@ -0,0 +1,724 @@
+
+
+
+
+
+
+
+
+ {{$t('standard')}}
+
+
+
+
+
+
+
+ {{$t('areaOfResponsibility')}}
+
+
+
+
+
+
+
+ {{$t('CertificationProgress')}}
+
+
+
+
+
+
+
+ {{$t('CurrentStatus')}}
+
+
+
+
+ {{ $t('red') }}
+
+
+
+
+ {{ $t('yellow') }}
+
+
+
+
+ {{ $t('green') }}
+
+
+
+
+ {{ $t('blue') }}
+
+
+
+
+
+
+
+ {{$t('query')}}
+ {{$t('reset')}}
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('BatchMaintenanceProgress')}}
+
+
+ {{$t('BatchChangeStatus')}}
+
+
+
+ {{$t('CertificationDirectory')}}
+
+
+
+
+
+
+
+
+
+
+ {{$t('Deadline')}}: {{result.designDueDate}}
+ {{$t('ProcessStatus')}}: {{result.designStatus}}
+
+ {{statusText[result.designFlowTaskStatus]}}
+
+
+
+
+
+
+ {{$t('Deadline')}}: {{result.prehomoDueDate}}
+ {{$t('ProcessStatus')}}: {{result.prehomoStatus}}
+
+ {{statusText[result.prehomoFlowTaskStatus]}}
+
+
+
+
+
+
+ {{$t('Deadline')}}: {{result.verifyDueDate}}
+ {{$t('ProcessStatus')}}: {{result.verifyStatus}}
+
+ {{statusText[result.verifyFlowTaskStatus]}}
+
+
+
+
+
+
+ {{result.certificationProgress_dictText ? result.certificationProgress_dictText : $t('maintainProgress')}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file