diff --git a/package-lock.json b/package-lock.json index 210bad4..cd3fe4f 100644 --- a/package-lock.json +++ b/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", diff --git a/src/views/statistics/index.vue b/src/views/statistics/index.vue index cc3b103..34afe81 100644 --- a/src/views/statistics/index.vue +++ b/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) })