update - 首页加%

master
yinq 6 months ago
parent 4cbfd3677e
commit d1b340d4a8

@ -185,7 +185,7 @@ export default {
], ],
series: [ series: [
{ {
name: '一线订单履约率', name: '一线订单履约率(%)',
type: 'line', type: 'line',
yAxisIndex: 1, yAxisIndex: 1,
itemStyle: { itemStyle: {
@ -219,7 +219,7 @@ export default {
animationEasing: 'quadraticOut' animationEasing: 'quadraticOut'
}, },
{ {
name: '二线订单履约率', name: '二线订单履约率(%)',
type: 'line', type: 'line',
yAxisIndex: 1, yAxisIndex: 1,
itemStyle: { itemStyle: {
@ -326,7 +326,7 @@ export default {
} }
this.lineChartData1 = { this.lineChartData1 = {
title: { title: {
text: `${week()}周清单率`, text: `${week()}周清单率(%)`,
textStyle: { textStyle: {
align: 'center', align: 'center',
color: '#000', color: '#000',
@ -367,7 +367,7 @@ export default {
legend: {}, legend: {},
series: [ series: [
{ {
name: '一线清单率', name: '一线清单率(%)',
smooth: false, smooth: false,
type: 'line', type: 'line',
itemStyle: { itemStyle: {
@ -389,7 +389,7 @@ export default {
animationEasing: 'quadraticOut' animationEasing: 'quadraticOut'
}, },
{ {
name: '二线清单率', name: '二线清单率(%)',
smooth: false, smooth: false,
type: 'line', type: 'line',
itemStyle: { itemStyle: {

Loading…
Cancel
Save