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