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
9ccf7c3a
Commit
9ccf7c3a
authored
Aug 02, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
617bcb01
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
268 additions
and
331 deletions
+268
-331
package.json
dsk-operate-ui/package.json
+1
-1
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+5
-2
index.vue
dsk-operate-ui/src/views/index.vue
+0
-2
index.vue
dsk-operate-ui/src/views/macro/enterprises/index.vue
+1
-0
qgjjdq.vue
...ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
+3
-12
tdjy.vue
...e-ui/src/views/macro/nationalEconomies/component/tdjy.vue
+250
-310
zhaobiao.vue
.../src/views/macro/nationalEconomies/component/zhaobiao.vue
+7
-4
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+1
-0
No files found.
dsk-operate-ui/package.json
View file @
9ccf7c3a
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
"nprogress"
:
"0.2.0"
,
"nprogress"
:
"0.2.0"
,
"quill"
:
"1.3.7"
,
"quill"
:
"1.3.7"
,
"screenfull"
:
"5.0.2"
,
"screenfull"
:
"5.0.2"
,
"sortablejs"
:
"
1.10.2
"
,
"sortablejs"
:
"
^1.15.0
"
,
"vue"
:
"2.6.12"
,
"vue"
:
"2.6.12"
,
"vue-count-to"
:
"1.0.13"
,
"vue-count-to"
:
"1.0.13"
,
"vue-cropper"
:
"0.5.5"
,
"vue-cropper"
:
"0.5.5"
,
...
...
dsk-operate-ui/src/assets/styles/index.scss
View file @
9ccf7c3a
...
@@ -364,7 +364,10 @@ ul, li {
...
@@ -364,7 +364,10 @@ ul, li {
background
:
#DCEBFF
;
background
:
#DCEBFF
;
}
}
.el-table__fixed
{
.el-table__fixed
{
bottom
:
0
!
important
;
//bottom:0 !important;
.el-table__body
{
padding-bottom
:
16px
;
}
tr
:nth-child
(
2n
)
{
tr
:nth-child
(
2n
)
{
background-color
:
#F8FBFF
;
background-color
:
#F8FBFF
;
}
}
...
@@ -394,7 +397,7 @@ ul, li {
...
@@ -394,7 +397,7 @@ ul, li {
}
}
}
}
}
}
}
}
.el-table__body
tr
.hover-row
>
td
.el-table__cell
{
.el-table__body
tr
.hover-row
>
td
.el-table__cell
{
background-color
:
#DCEBFF
;
background-color
:
#DCEBFF
;
...
...
dsk-operate-ui/src/views/index.vue
View file @
9ccf7c3a
...
@@ -422,7 +422,6 @@ export default {
...
@@ -422,7 +422,6 @@ export default {
cbxmzs
:
'193'
,
cbxmzs
:
'193'
,
cbxmzje
:
'123'
,
cbxmzje
:
'123'
,
},
},
],
],
gjjlData
:[
gjjlData
:[
{
{
...
@@ -672,7 +671,6 @@ export default {
...
@@ -672,7 +671,6 @@ export default {
global
:
false
global
:
false
}
}
},
},
},
},
{
{
data
:
this
.
jyfxData1
.
map
(
item
=>
item
.
dcjzje
),
data
:
this
.
jyfxData1
.
map
(
item
=>
item
.
dcjzje
),
...
...
dsk-operate-ui/src/views/macro/enterprises/index.vue
View file @
9ccf7c3a
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
element-loading-text=
"Loading"
element-loading-text=
"Loading"
border
border
fit
fit
height=
"640"
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
highlight-current-row
highlight-current-row
v-if=
"tableDataTotal > 0 && !isSkeleton"
v-if=
"tableDataTotal > 0 && !isSkeleton"
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
View file @
9ccf7c3a
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
element-loading-text=
"Loading"
element-loading-text=
"Loading"
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
border
border
height=
"640"
highlight-current-row
highlight-current-row
v-if=
"tableDataTotal > 0 && !isSkeleton"
v-if=
"tableDataTotal > 0 && !isSkeleton"
:default-sort =
"
{prop: 'gdp', order: 'descending'}"
:default-sort =
"
{prop: 'gdp', order: 'descending'}"
...
@@ -153,22 +154,12 @@
...
@@ -153,22 +154,12 @@
this
.
getYears
()
this
.
getYears
()
},
},
mounted
()
{
mounted
()
{
// window.addEventListener("scroll",this.scrolling)
},
},
beforeDestroy
()
{
beforeDestroy
()
{
// window.removeEventListener("scroll", this.scrolling);
},
},
methods
:
{
methods
:
{
scrolling
()
{
// let el = document.getElementsByClassName("el-table__fixed-header-wrapper")[0]
// let scrollTop =window.pageYOffset ||document.documentElement.scrollTop ||document.body.scrollTop;
// if (scrollTop>138){
// let top = scrollTop-138
// el.style.top = top+'px'
// }else{
// el.style.top = 0
// }
},
getYears
(){
getYears
(){
getYears
({}).
then
(
res
=>
{
getYears
({}).
then
(
res
=>
{
this
.
yearOptions
=
res
.
data
.
reverse
();
this
.
yearOptions
=
res
.
data
.
reverse
();
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/tdjy.vue
View file @
9ccf7c3a
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhaobiao.vue
View file @
9ccf7c3a
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
</div>
</div>
<div
class=
"table-item"
>
<div
class=
"table-item"
>
<el-table
<el-table
:data=
"
tableData1
"
:data=
"
dataList
"
border
border
height=
"430"
height=
"430"
fit
fit
...
@@ -155,6 +155,7 @@ export default {
...
@@ -155,6 +155,7 @@ export default {
},
},
],
],
tableData1
:[],
tableData1
:[],
dataList
:[],
dataSort
:[
dataSort
:[
{
{
label
:
''
,
label
:
''
,
...
@@ -234,13 +235,15 @@ export default {
...
@@ -234,13 +235,15 @@ export default {
getDataByMonth
(
params
){
getDataByMonth
(
params
){
countGroupByMonth
(
params
).
then
(
res
=>
{
countGroupByMonth
(
params
).
then
(
res
=>
{
this
.
tableData1
=
res
.
data
;
this
.
tableData1
=
res
.
data
;
let
companyValue1
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
tableData1
))
this
.
dataList
=
res
.
data
;
let
arr
=
this
.
tableData1
.
sort
((
a
,
b
)
=>
{
let
dataList
=
res
.
data
let
dataArr
=
JSON
.
parse
(
JSON
.
stringify
(
dataList
))
let
arr
=
dataList
.
sort
((
a
,
b
)
=>
{
return
b
.
count
-
a
.
count
return
b
.
count
-
a
.
count
})
})
this
.
tableData1
=
JSON
.
parse
(
JSON
.
stringify
(
companyValue1
))
this
.
dataSort
=
arr
;
this
.
dataSort
=
arr
;
this
.
initChart1
()
this
.
initChart1
()
this
.
dataList
=
JSON
.
parse
(
JSON
.
stringify
(
dataArr
))
})
})
},
},
initChart
()
{
initChart
()
{
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
9ccf7c3a
...
@@ -153,6 +153,7 @@
...
@@ -153,6 +153,7 @@
element-loading-text=
"Loading"
element-loading-text=
"Loading"
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
border
border
height=
"640"
fit
fit
highlight-current-row
highlight-current-row
>
>
...
...
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