From 79c5c228e8119aecbf5729cbd869fae7252bcb1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167@qq.com> Date: Thu, 8 Sep 2022 13:48:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=B3=95=E8=A7=84=E6=84=8F?= =?UTF-8?q?=E8=A7=81=E6=94=B6=E9=9B=86=E3=80=81=E6=B3=95=E8=A7=84=E6=8A=80?= =?UTF-8?q?=E6=9C=AF=E8=AF=84=E4=BC=B0=E7=9A=84=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 3 +- jero-web/src/common/lang/zh-cn.js | 1 + .../collectionOfRegulatoryOpinions/index.vue | 74 +++++++++++++++++-- .../technologyAssessment/index.vue | 73 ++++++++++++++++-- 4 files changed, 139 insertions(+), 12 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 2173516e1..2fe2ec2d7 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1284,5 +1284,6 @@ module.exports = { collectionLegislativeComments:'Collection of Legislative Comments', regulatoryAndTechnicalAssessment:'Regulatory and technical assessment', listConfirmationRejectionReason:'List confirmation rejection reason', - taskConfirmationRejectionReason:'Task confirmation rejection reason' + taskConfirmationRejectionReason:'Task confirmation rejection reason', + onlyCompletedDataCanBeDeleted:'Only completed data can be deleted', } \ 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 c602b27d6..7fd173a33 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1298,6 +1298,7 @@ module.exports = { onlyFilesUploaded: '只能上传.docx、.doc文件', uploadedbyyourself: '只能删除自己上传的文件数据', doNotHavePermissionDeleteData: '没有权限删除此数据', + onlyCompletedDataCanBeDeleted:'只能删除已完成的数据', Parametercollection: '参数收集', Collectlist: '收集清单', Statisticalmodels: '统计模式', diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue index fe5a2a79f..a77fa7d9b 100644 --- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue +++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue @@ -78,6 +78,12 @@ {{$t('initiatingProcess')}} +
+ + {{$t('BatchDelete')}} +
{{$t('viewProcess')}} {{$t('evaluationResults')}} + {{$t('delete')}}
@@ -119,7 +129,7 @@