Commit b1722e22 authored by aifen@azjy1.onexmail.com's avatar aifen@azjy1.onexmail.com

Merge branch 'V1.7.3_report_feature' into develop

parents ddc679dd 2e87b905
......@@ -2588,7 +2588,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
if (item != 'calculateType') {
if (e[item] > 0) {
tmpColorList.push('#FA2B00');
} else if (e[item] > 0) {
} else if (e[item] < 0) {
tmpColorList.push('#00A367');
} else {
tmpColorList.push('');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment