问题修改
This commit is contained in:
parent
dc27626fa5
commit
89b1e82aab
|
|
@ -157,7 +157,7 @@ function initTable() {
|
||||||
} else if (d.statusName === '已派车') {
|
} else if (d.statusName === '已派车') {
|
||||||
return '<span style="color:#19be6b;font-weight:bold;"> ● </span>' + d.statusName + '';
|
return '<span style="color:#19be6b;font-weight:bold;"> ● </span>' + d.statusName + '';
|
||||||
} else {
|
} else {
|
||||||
return '';
|
return '<span style="color:#ff9900;font-weight:bold;"> ● </span>' + d.statusName + '';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue