5bb7fd9a by zhangmeng

看板

1 parent 92209167
......@@ -25,7 +25,9 @@ import {useRouter} from 'vue-router'
const type = ref('是')
const url = ref()
const obj = ref({})
const obj = ref({
IFBASE: '是'
})
const result = ref()
const router = useRouter()
// url.value = 'http://192.168.1.152:8899/login/sid=36487a35-4354-421a-b0d8-4a430f88b7fa#/'
......
......@@ -528,6 +528,8 @@ const setA = (arrY, arr1, arr2, arr3, markLineName, BC) => {
type: 'bar',
datasetIndex: 1,
barGap: 0,
barMaxWidth: 60, // 设置柱子的最大宽度为40px
label: {
show: false,
position: 'right',
......@@ -559,6 +561,8 @@ const setA = (arrY, arr1, arr2, arr3, markLineName, BC) => {
{
name: '执行金额',
type: 'bar',
barMaxWidth: 60, // 设置柱子的最大宽度为40px
label: {
show: true,
position: 'right',
......@@ -702,6 +706,8 @@ const setB = (arrY, arr1, arr2) => {
label: {
show: false
},
barMaxWidth: 60, // 设置柱子的最大宽度为40px
itemStyle: {
// 设置柱状图顶部圆角(半圆形)
borderRadius: [0, 10, 10, 0] // 顺时针方向:左上、右上、右下、左下
......@@ -916,10 +922,12 @@ const setC = (arry, arr1, arr2, arr3) => {
name: '0-180天未开票',
type: 'bar',
stack: 'Ad',
barMaxWidth: 60, // 设置柱子的最大宽度为40px
emphasis: {
focus: 'series'
},
// data: [320, 332, 301, 334, 390, 330, 320, 320, 332, 301, 334, 390],
// data: [320, 332,],
data: arr1,
itemStyle: {
color: {
......@@ -936,11 +944,12 @@ const setC = (arry, arr1, arr2, arr3) => {
{
name: '180-360天未开票',
type: 'bar',
barMaxWidth: 60, // 设置柱子的最大宽度为40px
stack: 'Ad',
emphasis: {
focus: 'series'
},
// data: [120, 132, 101, 134, 90, 230, 210, 101, 134, 90, 230, 210],
// data: [120, 132,],
data: arr2,
itemStyle: {
color: {
......@@ -958,10 +967,12 @@ const setC = (arry, arr1, arr2, arr3) => {
name: '逾期360天以上',
type: 'bar',
stack: 'Ad',
barMaxWidth: 60, // 设置柱子的最大宽度为40px
emphasis: {
focus: 'series'
},
// data: [220, 182, 191, 234, 290, 330, 310, 220, 182, 191, 234, 290,],
// data: [220, 182,],
data: arr3,
itemStyle: {
color: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!