问题修改

This commit is contained in:
cwchen 2025-01-20 10:53:03 +08:00
parent dc27626fa5
commit 89b1e82aab
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ function initTable() {
} else if (d.statusName === '已派车') {
return '<span style="color:#19be6b;font-weight:bold;"> ● </span>' + d.statusName + '';
} else {
return '';
return '<span style="color:#ff9900;font-weight:bold;"> ● </span>' + d.statusName + '';
}
},
},