This commit is contained in:
花有清香月有阴
2021-12-23 17:36:57 +08:00
parent 5dfbe61d38
commit 07e55523aa

View File

@@ -170,7 +170,7 @@ export default {
var option = { var option = {
xAxis: { xAxis: {
type: 'category', type: 'category',
data: data.map((v) => v.name.replace('数量', '')), data: data.map((v) => v.name.replace('数量', '').replace('和操办登记', '')),
axisLine: { axisLine: {
lineStyle: { color: '#157EFF' }, lineStyle: { color: '#157EFF' },
}, },