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>)