修改问题管理
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
status: res.taskAffirmStatus
|
||||
})
|
||||
color.push('#FDA71C')
|
||||
} else if (res.taskAffirmStatus == 'Refusal of responsible person') {
|
||||
} else if (res.taskAffirmStatus == 'Accepted of responsible person') {
|
||||
data.push({
|
||||
value: res.taskAffirmStatusCount,
|
||||
name: this.$t('acceptanceTheResponsiblePerson'),
|
||||
@@ -142,7 +142,7 @@
|
||||
status: res.taskAffirmStatus
|
||||
})
|
||||
color.push('#26BC4B')
|
||||
}else if (res.taskAffirmStatus == 'Accepted of responsible person') {
|
||||
}else if (res.taskAffirmStatus == 'Refusal of responsible person') {
|
||||
data.push({
|
||||
value: res.taskAffirmStatusCount,
|
||||
name: this.$t('dutyPersonRejected'),
|
||||
|
||||
Reference in New Issue
Block a user