Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dangan_dataV
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5bb7fd9a
authored
2025-04-30 13:41:12 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看板
1 parent
92209167
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
src/viewsPc/home.vue
src/viewsPc/vip/rightPage.vue
src/viewsPc/home.vue
View file @
5bb7fd9
...
...
@@ -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#/'
...
...
src/viewsPc/vip/rightPage.vue
View file @
5bb7fd9
...
...
@@ -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: {
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment