OTA-项目管理-认证清单-状态“清单待校核”改为“任务待发起”
This commit is contained in:
@@ -981,6 +981,13 @@
|
||||
return
|
||||
}
|
||||
this.dataSource = res.result.records || []
|
||||
this.dataSource.forEach(value => {
|
||||
if (value.flowStatusName =='清单待校核'){
|
||||
value.flowStatusName = '任务待发起'
|
||||
}else if(value.flowStatusName =='List to be checked'){
|
||||
value.flowStatusName = 'The task is to be initiated'
|
||||
}
|
||||
})
|
||||
this.total = res.result.total
|
||||
this.loading = false
|
||||
this.JLoading = false
|
||||
|
||||
Reference in New Issue
Block a user