修改问题管理

This commit is contained in:
范强强
2023-10-22 11:13:09 +08:00
parent 9fb9df65c2
commit 21ca5f4503
@@ -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'),