fix: 1603+1604 车牌号bug

This commit is contained in:
binbin_pan 2024-05-15 10:12:43 +08:00
parent a377d31610
commit 6d46b099c0
1 changed files with 10 additions and 3 deletions

View File

@ -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
} }