Browse Source

20250220

master
领悟 5 months ago
parent
commit
c74312b8a5
  1. 4
      package-lock.json
  2. 54
      src/views/statistics/index.vue

4
package-lock.json

@ -18023,7 +18023,7 @@
},
"node_modules/vuex-persistedstate": {
"version": "4.1.0",
"resolved": "https://registry.npmmirror.com/vuex-persistedstate/-/vuex-persistedstate-4.1.0.tgz",
"resolved": "https://registry.npmjs.org/vuex-persistedstate/-/vuex-persistedstate-4.1.0.tgz",
"integrity": "sha512-3SkEj4NqwM69ikJdFVw6gObeB0NHyspRYMYkR/EbhR0hbvAKyR5gksVhtAfY1UYuWUOCCA0QNGwv9pOwdj+XUQ==",
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
"dependencies": {
@ -33360,7 +33360,7 @@
},
"vuex-persistedstate": {
"version": "4.1.0",
"resolved": "https://registry.npmmirror.com/vuex-persistedstate/-/vuex-persistedstate-4.1.0.tgz",
"resolved": "https://registry.npmjs.org/vuex-persistedstate/-/vuex-persistedstate-4.1.0.tgz",
"integrity": "sha512-3SkEj4NqwM69ikJdFVw6gObeB0NHyspRYMYkR/EbhR0hbvAKyR5gksVhtAfY1UYuWUOCCA0QNGwv9pOwdj+XUQ==",
"requires": {
"deepmerge": "^4.2.2",

54
src/views/statistics/index.vue

@ -375,7 +375,11 @@
value: a[filed],
itemStyle: {
borderRadius: [20, 20, 0, 0]
}
},
label: {
show: true,
position: 'top'
},
}
item.data.push(itemdata)
})
@ -430,7 +434,11 @@
value: a['decimal'],
itemStyle: {
borderRadius: [20, 20, 0, 0]
}
},
label: {
show: true,
position: 'top'
},
}))
}];
@ -487,7 +495,11 @@
value: a[filed],
itemStyle: {
borderRadius: [20, 20, 0, 0]
}
},
label: {
show: true,
position: 'top'
},
}
item.data.push(itemdata)
})
@ -539,7 +551,11 @@
value: a['decimal'],
itemStyle: {
borderRadius: [20, 20, 0, 0]
}
},
label: {
show: true,
position: 'top'
},
}))
}];
@ -598,7 +614,11 @@
value: a[filed],
itemStyle: {
borderRadius: [20, 20, 0, 0]
}
},
label: {
show: true,
position: 'top'
},
}
item.data.push(itemdata)
})
@ -650,7 +670,11 @@
value: a['bfNum'],
itemStyle: {
borderRadius: [20, 20, 0, 0]
}
},
label: {
show: true,
position: 'top'
},
}))
}];
@ -725,7 +749,11 @@
value: a[filed],
itemStyle: {
borderRadius: [20, 20, 0, 0]
}
},
label: {
show: true,
position: 'top'
},
}
item.data.push(itemdata)
})
@ -787,7 +815,11 @@
value: a[filed],
itemStyle: {
borderRadius: [20, 20, 0, 0]
}
},
label: {
show: true,
position: 'top'
},
}
item.data.push(itemdata)
})
@ -850,7 +882,11 @@
value: a[filed],
itemStyle: {
borderRadius: [20, 20, 0, 0]
}
},
label: {
show: true,
position: 'top'
},
}
item.data.push(itemdata)
})

Loading…
Cancel
Save