fix: 1603+1604 车牌号bug
This commit is contained in:
parent
a377d31610
commit
6d46b099c0
|
|
@ -127,12 +127,18 @@ export default {
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
gridIndex: 0,
|
gridIndex: 0,
|
||||||
data: this.carNoList
|
// data: this.carNoList
|
||||||
|
axisLabel: {
|
||||||
|
show: false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
gridIndex: 1,
|
gridIndex: 1,
|
||||||
type: "category",
|
type: "category",
|
||||||
data: this.carNoList
|
// data: this.carNoList
|
||||||
|
axisLabel: {
|
||||||
|
show: false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "y",
|
"name": "y",
|
||||||
|
|
@ -147,7 +153,8 @@ export default {
|
||||||
axisLabel: {
|
axisLabel: {
|
||||||
show: true,
|
show: true,
|
||||||
color: '#c1c1c1',
|
color: '#c1c1c1',
|
||||||
fontSize: 14,
|
fontSize: 12,
|
||||||
|
margin: 5,
|
||||||
},
|
},
|
||||||
data: this.carNoList
|
data: this.carNoList
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue