mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 19:02:53 +08:00
出单榜--出单榜海报列表接口联调
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
||||
for (var i = 0; i < myseries.data.length; i++) {
|
||||
if (myseries.data[i].name == params.name) {
|
||||
res += myseries.data[i].comName + '</br>'
|
||||
res += '预收标保' + ' : ' + myseries.data[i].sum + '万元</br>'
|
||||
res += '承保标保' + ' : ' + myseries.data[i].sum + '万元</br>'
|
||||
res += '目标达成率' + ' : ' + myseries.data[i].rate + '%</br>'
|
||||
}
|
||||
}
|
||||
@@ -77,7 +77,8 @@ export default {
|
||||
{ gte: 0, lte: 25, color: '#FFBDBD' },
|
||||
{ gte: 26, lte: 50, color: '#FF7B7B' },
|
||||
{ gte: 51, lte: 75, color: '#F75252' },
|
||||
{ gte: 76, lte: 100, color: '#EE2020' }
|
||||
{ gte: 76, lte: 100, color: '#EE2020' },
|
||||
{ gte: 100, color: '#B61616' },
|
||||
]
|
||||
// inRange: {
|
||||
// color: ['lightskyblue', 'yellow', 'orange','red']
|
||||
|
||||
Reference in New Issue
Block a user