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
9ecda61f
Commit
9ecda61f
authored
Sep 21, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'V20230915' of
http://192.168.60.201/root/dsk-operate-sys
into V20230915
parents
2abb514d
f23b675b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
17 deletions
+24
-17
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
zhongbiao.vue
...src/views/macro/nationalEconomies/component/zhongbiao.vue
+5
-6
No files found.
dsk-operate-ui/src/views/custom/historicalCustomers/index.vue
View file @
9ecda61f
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
</div>
</div>
</div>
</div>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<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"
:data=
"tableData.rows"
stripe
border
stripe
border
style=
"width: 100%"
>
style=
"width: 100%"
>
...
...
dsk-operate-ui/src/views/index.vue
View file @
9ecda61f
...
@@ -981,7 +981,7 @@ export default {
...
@@ -981,7 +981,7 @@ export default {
initChart1
(
list
){
initChart1
(
list
){
let
data
=
[]
let
data
=
[]
let
arr
=
list
.
sort
(
function
(
a
,
b
)
{
let
arr
=
list
.
sort
(
function
(
a
,
b
)
{
return
b
.
count
-
a
.
count
;
return
b
.
money
-
a
.
money
;
});
});
if
(
arr
.
length
>
10
){
if
(
arr
.
length
>
10
){
for
(
var
i
=
0
;
i
<
10
;
i
++
){
for
(
var
i
=
0
;
i
<
10
;
i
++
){
...
...
dsk-operate-ui/src/views/macro/economies/component/localEconomy.vue
View file @
9ecda61f
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
v-loading=
"tableLoading"
v-loading=
"tableLoading"
:data=
"tableData"
:data=
"tableData"
border
border
v-horizontal-scroll=
"
'hover
'"
v-horizontal-scroll=
"
tableData.total > 15 ? 'hover' : 'false
'"
highlight-current-row
highlight-current-row
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
:default-sort =
"
{prop: 'gdp', order: 'descending'}"
:default-sort =
"
{prop: 'gdp', order: 'descending'}"
...
...
dsk-operate-ui/src/views/macro/economies/component/regionalEconomy.vue
View file @
9ecda61f
...
@@ -392,7 +392,8 @@ export default {
...
@@ -392,7 +392,8 @@ export default {
},
},
grid
:
{
grid
:
{
top
:
20
,
top
:
20
,
// right:15,
left
:
5
,
right
:
60
,
bottom
:
5
,
bottom
:
5
,
},
},
series
:
[
series
:
[
...
@@ -408,7 +409,7 @@ export default {
...
@@ -408,7 +409,7 @@ export default {
show
:
this
.
valData
[
1
]
?
true
:
false
,
show
:
this
.
valData
[
1
]
?
true
:
false
,
position
:
'top'
,
position
:
'top'
,
textStyle
:
{
textStyle
:
{
padding
:
[
0
,
0
,
0
,
-
12
]
padding
:
[
0
,
0
,
0
,
55
]
}
}
},
},
//设置折线颜色和粗细
//设置折线颜色和粗细
...
@@ -432,7 +433,7 @@ export default {
...
@@ -432,7 +433,7 @@ export default {
},
},
]),
]),
},
},
}
}
,
]
]
}
}
myChart
.
setOption
(
option
);
myChart
.
setOption
(
option
);
...
@@ -460,6 +461,8 @@ export default {
...
@@ -460,6 +461,8 @@ export default {
},
},
grid
:
{
grid
:
{
top
:
20
,
top
:
20
,
left
:
5
,
right
:
60
,
bottom
:
5
,
bottom
:
5
,
},
},
series
:
[
series
:
[
...
@@ -475,7 +478,7 @@ export default {
...
@@ -475,7 +478,7 @@ export default {
show
:
this
.
valData1
[
1
]
?
true
:
false
,
show
:
this
.
valData1
[
1
]
?
true
:
false
,
position
:
'top'
,
position
:
'top'
,
textStyle
:
{
textStyle
:
{
padding
:
[
0
,
0
,
0
,
-
3
5
]
padding
:
[
0
,
0
,
0
,
1
5
]
}
}
},
},
itemStyle
:{
itemStyle
:{
...
@@ -527,6 +530,8 @@ export default {
...
@@ -527,6 +530,8 @@ export default {
},
},
grid
:
{
grid
:
{
top
:
20
,
top
:
20
,
left
:
5
,
right
:
60
,
bottom
:
5
,
bottom
:
5
,
},
},
series
:
[
series
:
[
...
@@ -542,7 +547,7 @@ export default {
...
@@ -542,7 +547,7 @@ export default {
show
:
this
.
valData2
[
1
]
?
true
:
false
,
show
:
this
.
valData2
[
1
]
?
true
:
false
,
position
:
'top'
,
position
:
'top'
,
textStyle
:
{
textStyle
:
{
padding
:
[
0
,
0
,
0
,
-
16
]
padding
:
[
0
,
0
,
0
,
35
]
}
}
},
},
//设置折线颜色和粗细
//设置折线颜色和粗细
...
@@ -594,6 +599,8 @@ export default {
...
@@ -594,6 +599,8 @@ export default {
},
},
grid
:
{
grid
:
{
top
:
20
,
top
:
20
,
left
:
5
,
right
:
60
,
bottom
:
5
,
bottom
:
5
,
},
},
series
:
[
series
:
[
...
@@ -609,7 +616,7 @@ export default {
...
@@ -609,7 +616,7 @@ export default {
show
:
this
.
valData3
[
1
]
?
true
:
false
,
show
:
this
.
valData3
[
1
]
?
true
:
false
,
position
:
'top'
,
position
:
'top'
,
textStyle
:
{
textStyle
:
{
padding
:
[
0
,
0
,
0
,
-
16
]
padding
:
[
0
,
0
,
0
,
35
]
}
}
},
},
//设置折线颜色和粗细
//设置折线颜色和粗细
...
@@ -661,7 +668,8 @@ export default {
...
@@ -661,7 +668,8 @@ export default {
},
},
grid
:
{
grid
:
{
top
:
20
,
top
:
20
,
// left:5,
left
:
5
,
right
:
60
,
bottom
:
5
,
bottom
:
5
,
},
},
series
:
[
series
:
[
...
@@ -677,7 +685,7 @@ export default {
...
@@ -677,7 +685,7 @@ export default {
show
:
this
.
valData4
[
1
]
?
true
:
false
,
show
:
this
.
valData4
[
1
]
?
true
:
false
,
position
:
'top'
,
position
:
'top'
,
textStyle
:
{
textStyle
:
{
padding
:
[
0
,
0
,
0
,
-
14
]
padding
:
[
0
,
0
,
0
,
40
]
}
}
},
},
//设置折线颜色和粗细
//设置折线颜色和粗细
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhongbiao.vue
View file @
9ecda61f
...
@@ -312,17 +312,16 @@
...
@@ -312,17 +312,16 @@
this
.
dataRegion
()
this
.
dataRegion
()
this
.
yearsData
()
this
.
yearsData
()
this
.
getCountBidByType
()
this
.
getCountBidByType
()
this
.
getCountBidGroupByProvince
()
this
.
getRangeBidMoney
()
this
.
getRangeBidFiveYears
()
this
.
getLowerRateByYear
()
this
.
getLowerRangeTenderType
()
setTimeout
(()
=>
{
setTimeout
(()
=>
{
},
1000
);
},
1000
);
},
},
mounted
()
{
mounted
()
{
this
.
getCountBidGroupByProvince
()
this
.
getRangeBidMoney
()
this
.
getRangeBidFiveYears
()
this
.
getLowerRateByYear
()
this
.
getLowerRangeTenderType
()
},
},
beforeDestroy
(){
beforeDestroy
(){
...
...
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