From 59cd35f342b14522d13e964a09e73193ff283106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Thu, 13 Apr 2023 14:08:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E4=B8=AD=E5=BF=83=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=88=AA=E6=AD=A2=E6=97=B6=E9=97=B4=EF=BC=8C=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=88=97=E8=A1=A8=EF=BC=8C=E4=BB=BB=E5=8A=A1=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E7=9A=84=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 2 +- .../virtualList/components/virtualListDetails.vue | 1 + .../projectManagement/components/listOfRegulations.vue | 1 + .../projectRegulationTasks/components/SentList.vue | 5 +++-- .../projectRegulationTasks/components/dealtWith.vue | 9 +++++---- .../projectRegulationTasks/components/doneList.vue | 5 +++-- .../views/toDoCenter/projectRegulationTasks/index.vue | 4 ++-- 7 files changed, 16 insertions(+), 11 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 47582dcfb..c2eeb8e67 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1696,7 +1696,7 @@ module.exports = { taskNodeMismatch:'Task Node Mismatch', ifNot:'If not, fill in "none" or "not involved"', designComplianceProcess:'Design Compliance Process', - validationComplianceProcess:'Validation Compliance Process', + validationComplianceProcess:'Verify Compliance Process', onlyDataInTheReminderProcessBanBeProcessed:'Only data in the reminder process can be processed', expeditionProcess:'Expedition Process', addfunction:'Add function', diff --git a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue index aa6b81ceb..01d071218 100644 --- a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue +++ b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue @@ -1694,6 +1694,7 @@ ::v-deep .ant-table-thead > tr > th[colspan]:not([colspan='1']){ text-align: left; padding-left: 16px!important; + border-right: 1px solid #e8e8e8; }