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