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
bb1d90e5
Commit
bb1d90e5
authored
Jun 21, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
a348b9cd
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
18 deletions
+27
-18
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+5
-0
index.vue
dsk-operate-ui/src/views/macro/economies/index.vue
+4
-4
index.vue
dsk-operate-ui/src/views/macro/financing/index.vue
+9
-2
qgjjdq.vue
...ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
+7
-10
zhongbiao.vue
...src/views/macro/nationalEconomies/component/zhongbiao.vue
+1
-1
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+1
-1
No files found.
dsk-operate-ui/src/assets/styles/index.scss
View file @
bb1d90e5
...
...
@@ -343,6 +343,11 @@ ul, li {
}
}
}
.el-table__fixed
{
tr
:nth-child
(
2n
)
{
background-color
:
#F8FBFF
;
}
}
}
}
...
...
dsk-operate-ui/src/views/macro/economies/index.vue
View file @
bb1d90e5
...
...
@@ -61,12 +61,12 @@ export default {
},
created
()
{
this
.
dataQuery
=
this
.
$route
.
query
;
location
({
provinceId
:
'500000'
}).
then
(
res
=>
{
this
.
province
=
res
.
data
.
currentProvince
.
regionNam
e
;
location
({}).
then
(
res
=>
{
this
.
province
=
res
.
data
.
provinc
e
;
if
(
!
this
.
dataQuery
.
provinceId
){
this
.
dataQuery
.
provinceId
=
res
.
data
.
currentProvince
.
i
d
this
.
dataQuery
.
provinceId
=
res
.
data
.
provinceI
d
this
.
dataQuery
.
province
=
this
.
province
;
this
.
provinceId
.
push
(
res
.
data
.
currentProvince
.
i
d
)
this
.
provinceId
.
push
(
res
.
data
.
provinceI
d
)
}
else
{
this
.
provinceId
.
push
(
this
.
dataQuery
.
provinceId
)
}
...
...
dsk-operate-ui/src/views/macro/financing/index.vue
View file @
bb1d90e5
...
...
@@ -13,7 +13,7 @@
border
:summary-method=
"getSummaries"
show-summary
height=
"
36
0"
height=
"
40
0"
fit
@
sort-change=
"sortChange"
highlight-current-row
...
...
@@ -170,13 +170,15 @@ export default {
orient
:
'horizontal'
,
bottom
:
0
,
data
:
data
,
itemHeight
:
8
,
itemWidth
:
12
,
pageButtonPosition
:
'end'
,
},
series
:
[
{
type
:
'pie'
,
radius
:
'55%'
,
center
:
[
'50%'
,
'
4
0%'
],
center
:
[
'50%'
,
'
5
0%'
],
data
:
data
,
emphasis
:
{
itemStyle
:
{
...
...
@@ -318,6 +320,11 @@ export default {
}
.table-item
{
margin-top
:
22px
;
::v-deep
.el-table
{
td
.el-table__cell
{
border-bottom
:
0
;
}
}
}
}
</
style
>
dsk-operate-ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
View file @
bb1d90e5
...
...
@@ -6,7 +6,7 @@
<span
class=
"common-title"
>
全国经济大全
</span>
<el-form
ref=
"queryForm"
:model=
"queryParams"
:inline=
"true"
size=
"small"
>
<el-form-item
prop=
"year"
>
<el-select
v-model=
"queryParams.year"
filterable
class=
"form-content-width"
placeholder=
"请选择
年度
"
@
change=
"handleSearch"
>
<el-select
v-model=
"queryParams.year"
filterable
class=
"form-content-width"
placeholder=
"请选择"
@
change=
"handleSearch"
>
<el-option
v-for=
"(item, index) in yearOptions"
:key=
"index"
:label=
"item.year"
:value=
"item.year"
/>
</el-select>
</el-form-item>
...
...
@@ -316,6 +316,9 @@
.el-form
{
margin-left
:
24px
;
}
.form-content-width
{
width
:
110px
;
}
::v-deep
.el-cascader
{
.el-cascader__tags
{
flex-wrap
:
inherit
;
...
...
@@ -366,18 +369,12 @@
.el-table__fixed-header-wrapper
th
{
background
:
#F0F3FA
;
}
td
.el-table__cell
{
border-bottom
:
0
;
}
.caret-wrapper
{
width
:
10px
;
/*<
!
--position
:
absolute
;
--
>*/
/*<
!
--right
:
12px
;
--
>*/
/*<
!
--top
:
-3px
;
--
>*/
}
/*.sort-caret{*/
/*position: initial;*/
/*}*/
/*.ascending{*/
/*margin-bottom: 3px;*/
/*}*/
}
}
}
}
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhongbiao.vue
View file @
bb1d90e5
...
...
@@ -377,7 +377,7 @@ export default {
let
option
=
{
legend
:
{
x
:
'right'
,
padding
:[
0
,
12
0
,
0
,
0
],
padding
:[
0
,
3
0
,
0
,
0
],
},
tooltip
:
{
trigger
:
'axis'
,
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
bb1d90e5
...
...
@@ -162,7 +162,7 @@
</el-table-column>
<el-table-column
prop=
"city"
label=
"区域"
:formatter=
"formatStatus"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<router-link
:to=
"
{path:'/macro/economies',query:{
id:scope.row.id,
provinceId:scope.row.provinceId}}" tag="a" class="a-link">
<router-link
:to=
"
{path:'/macro/economies',query:{provinceId:scope.row.provinceId}}" tag="a" class="a-link">
{{
scope
.
row
.
province
}}{{
scope
.
row
.
city
?
'-'
:
''
}}{{
scope
.
row
.
city
}}{{
scope
.
row
.
area
?
'-'
:
''
}}{{
scope
.
row
.
area
}}
</router-link>
<!--
<span
v-else
>
-
</span>
-->
...
...
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