修改禅道已知bug

This commit is contained in:
qq787203167
2022-05-19 21:39:20 +08:00
parent 7c64025f9f
commit 9a0007442d
9 changed files with 185 additions and 110 deletions
@@ -121,7 +121,7 @@
let color = []
if (dataSource && dataSource.length > 0) {
dataSource.forEach(res => {
if (res.color == '0') {
if (res.color == '4') {
data.push({
value: res.conditionAssessmentCount,
name: this.$t('blue')