From a5f932f47f2992d8da287085bacd439d8fe77644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Thu, 27 Jul 2023 14:25:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=95=E8=A7=84=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E5=8F=91=E8=B5=B7=E4=BB=BB=E5=8A=A1=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=AD=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/listOfRegulations.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 49df95daa..5bfb4bdad 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -2040,7 +2040,8 @@ contentList[i].designFlowStatus == 'Duty Person Rejected') { idList.push(contentList[i].id) }else if(contentList[i].designFlowStatus == 'NA' || contentList[i].verifyFlowStatus == 'NA'){ - + detailedWarningList.push( + < div > { contentList[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>) } else { detailedWarningList.push( < div > { contentList[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>) @@ -2915,7 +2916,8 @@ idList.push(dataSource[i].id) this.rowKeysSuccessList.push(dataSource[i]) } else if(dataSource[i].designFlowStatus == 'NA' || dataSource[i].verifyFlowStatus == 'NA'){ - + this.detailedWarningList.push( + < div > { dataSource[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>) }else { this.detailedWarningList.push( < div > { dataSource[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>) @@ -2999,7 +3001,8 @@ // _this.startProcess(dataList[i], 2, this.requestsNum) } }else if(dataList[i].designFlowStatus == 'NA'){ - + _this.detailedWarningList.push( + < div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>) } else { _this.detailedWarningList.push( < div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>) @@ -3019,7 +3022,8 @@ // _this.startProcess(dataList[i], 4, this.requestsNum) } }else if(dataList[i].verifyFlowStatus == 'NA'){ - + _this.detailedWarningList.push( + < div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>) } else { _this.detailedWarningList.push( < div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>)