前端问题修改
This commit is contained in:
parent
8531b2c65b
commit
9f55513095
|
|
@ -620,7 +620,7 @@ function initOneCharts(list) {
|
||||||
function initTwoCharts(obj) {
|
function initTwoCharts(obj) {
|
||||||
const dataInfo = {
|
const dataInfo = {
|
||||||
status: '¥' + obj.payMoney,
|
status: '¥' + obj.payMoney,
|
||||||
value: ((obj.progress + '').indexOf('.') > -1 ? obj.progress :obj.progress + '.00')
|
value: obj.progress
|
||||||
}
|
}
|
||||||
const color = '#3592FE'
|
const color = '#3592FE'
|
||||||
const option = {
|
const option = {
|
||||||
|
|
@ -771,7 +771,7 @@ function initTwoCharts(obj) {
|
||||||
function initThreeCharts(obj) {
|
function initThreeCharts(obj) {
|
||||||
const dataInfo = {
|
const dataInfo = {
|
||||||
status: '¥' + ((obj.payMoney + '').indexOf('.') > -1 ? obj.payMoney :obj.payMoney + '.00'),
|
status: '¥' + ((obj.payMoney + '').indexOf('.') > -1 ? obj.payMoney :obj.payMoney + '.00'),
|
||||||
value: ((obj.progress + '').indexOf('.') > -1 ? obj.progress :obj.progress + '.00')
|
value: obj.progress
|
||||||
}
|
}
|
||||||
const color = '#3592FE'
|
const color = '#3592FE'
|
||||||
const option = {
|
const option = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue