Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
dsk-cr20g
Commits
3e67e9d6
Commit
3e67e9d6
authored
Sep 21, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
368e0840
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
11 deletions
+19
-11
index.vue
...operate-ui/src/views/custom/historicalCustomers/index.vue
+1
-1
index.vue
dsk-operate-ui/src/views/index.vue
+1
-1
localEconomy.vue
...e-ui/src/views/macro/economies/component/localEconomy.vue
+1
-1
regionalEconomy.vue
...i/src/views/macro/economies/component/regionalEconomy.vue
+16
-8
No files found.
dsk-operate-ui/src/views/custom/historicalCustomers/index.vue
View file @
3e67e9d6
...
...
@@ -18,7 +18,7 @@
</div>
</div>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<el-table
v-if=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
v-horizontal-scroll=
"tableData.total > 10 ? 'hover' : '
1
'"
max-height=
"640"
<el-table
v-if=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
v-horizontal-scroll=
"tableData.total > 10 ? 'hover' : '
false
'"
max-height=
"640"
:data=
"tableData.rows"
stripe
border
style=
"width: 100%"
>
...
...
dsk-operate-ui/src/views/index.vue
View file @
3e67e9d6
...
...
@@ -981,7 +981,7 @@ export default {
initChart1
(
list
){
let
data
=
[]
let
arr
=
list
.
sort
(
function
(
a
,
b
)
{
return
b
.
count
-
a
.
count
;
return
b
.
money
-
a
.
money
;
});
if
(
arr
.
length
>
10
){
for
(
var
i
=
0
;
i
<
10
;
i
++
){
...
...
dsk-operate-ui/src/views/macro/economies/component/localEconomy.vue
View file @
3e67e9d6
...
...
@@ -22,7 +22,7 @@
v-loading=
"tableLoading"
:data=
"tableData"
border
v-horizontal-scroll=
"
'hover
'"
v-horizontal-scroll=
"
tableData.total > 15 ? 'hover' : 'false
'"
highlight-current-row
@
sort-change=
"sortChange"
:default-sort =
"
{prop: 'gdp', order: 'descending'}"
...
...
dsk-operate-ui/src/views/macro/economies/component/regionalEconomy.vue
View file @
3e67e9d6
...
...
@@ -392,7 +392,8 @@ export default {
},
grid
:
{
top
:
20
,
// right:15,
left
:
5
,
right
:
60
,
bottom
:
5
,
},
series
:
[
...
...
@@ -408,7 +409,7 @@ export default {
show
:
this
.
valData
[
1
]
?
true
:
false
,
position
:
'top'
,
textStyle
:
{
padding
:
[
0
,
0
,
0
,
-
12
]
padding
:
[
0
,
0
,
0
,
55
]
}
},
//设置折线颜色和粗细
...
...
@@ -432,7 +433,7 @@ export default {
},
]),
},
}
}
,
]
}
myChart
.
setOption
(
option
);
...
...
@@ -460,6 +461,8 @@ export default {
},
grid
:
{
top
:
20
,
left
:
5
,
right
:
60
,
bottom
:
5
,
},
series
:
[
...
...
@@ -475,7 +478,7 @@ export default {
show
:
this
.
valData1
[
1
]
?
true
:
false
,
position
:
'top'
,
textStyle
:
{
padding
:
[
0
,
0
,
0
,
-
3
5
]
padding
:
[
0
,
0
,
0
,
1
5
]
}
},
itemStyle
:{
...
...
@@ -527,6 +530,8 @@ export default {
},
grid
:
{
top
:
20
,
left
:
5
,
right
:
60
,
bottom
:
5
,
},
series
:
[
...
...
@@ -542,7 +547,7 @@ export default {
show
:
this
.
valData2
[
1
]
?
true
:
false
,
position
:
'top'
,
textStyle
:
{
padding
:
[
0
,
0
,
0
,
-
16
]
padding
:
[
0
,
0
,
0
,
35
]
}
},
//设置折线颜色和粗细
...
...
@@ -594,6 +599,8 @@ export default {
},
grid
:
{
top
:
20
,
left
:
5
,
right
:
60
,
bottom
:
5
,
},
series
:
[
...
...
@@ -609,7 +616,7 @@ export default {
show
:
this
.
valData3
[
1
]
?
true
:
false
,
position
:
'top'
,
textStyle
:
{
padding
:
[
0
,
0
,
0
,
-
16
]
padding
:
[
0
,
0
,
0
,
35
]
}
},
//设置折线颜色和粗细
...
...
@@ -661,7 +668,8 @@ export default {
},
grid
:
{
top
:
20
,
// left:5,
left
:
5
,
right
:
60
,
bottom
:
5
,
},
series
:
[
...
...
@@ -677,7 +685,7 @@ export default {
show
:
this
.
valData4
[
1
]
?
true
:
false
,
position
:
'top'
,
textStyle
:
{
padding
:
[
0
,
0
,
0
,
-
14
]
padding
:
[
0
,
0
,
0
,
40
]
}
},
//设置折线颜色和粗细
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment