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
9ca4dd8a
Commit
9ca4dd8a
authored
Jun 28, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1f742afe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
76 additions
and
12 deletions
+76
-12
index.vue
dsk-operate-ui/src/views/macro/financing/index.vue
+48
-6
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+28
-6
No files found.
dsk-operate-ui/src/views/macro/financing/index.vue
View file @
9ca4dd8a
...
...
@@ -18,10 +18,10 @@
@
sort-change=
"sortChange"
highlight-current-row
>
<el-table-column
prop=
"name"
label=
"项目类型"
width=
"1
50"
/>
<el-table-column
prop=
"number"
label=
"项目个数"
sortable=
"custom"
width=
"14
0"
/>
<el-table-column
prop=
"value"
label=
"投资额(亿元)"
sortable=
"custom"
width=
"14
0"
/>
<el-table-column
prop=
"proportion"
label=
"比例(%)"
width=
"14
0"
sortable=
"custom"
/>
<el-table-column
prop=
"name"
label=
"项目类型"
width=
"1
60"
/>
<el-table-column
prop=
"number"
label=
"项目个数"
align=
"right"
sortable=
"custom"
width=
"16
0"
/>
<el-table-column
prop=
"value"
label=
"投资额(亿元)"
align=
"right"
sortable=
"custom"
width=
"16
0"
/>
<el-table-column
prop=
"proportion"
label=
"比例(%)"
align=
"right"
width=
"16
0"
sortable=
"custom"
/>
</el-table>
</div>
</div>
...
...
@@ -311,6 +311,34 @@ export default {
.box-right
{
float
:
right
;
::v-deep
.el-table
{
.sort-caret.ascending
{
border-bottom-color
:
rgba
(
0
,
129
,
255
,
0
.5
);
}
.ascending
.sort-caret.ascending
{
border-bottom-color
:
#0081FF
;
}
.sort-caret.descending
{
border-top-color
:
rgba
(
0
,
129
,
255
,
0
.5
);
}
.descending
.sort-caret.descending
{
border-top-color
:
#0081FF
;
}
.el-table__header-wrapper
{
background
:
#F0F3FA
;
th
{
background
:
#F0F3FA
;
/*text-align: left;*/
}
}
.el-table__footer-wrapper
{
background
:
#F0F3FA
;
}
.el-table__fixed-header-wrapper
{
th
{
background
:
#F0F3FA
;
}
}
td
.el-table__cell
{
border-bottom
:
0
;
}
...
...
@@ -351,8 +379,22 @@ export default {
background
:
#566380
;
}
}
.gutter
{
background
:
#f8f8f9
;
.has-gutter
{
tr
{
th
:nth-child
(
4
)
{
border-right
:
0
;
}
}
}
.el-table__cell.gutter
{
background
:
#F0F3FA
;
}
.el-table__row
{
td
:last-child
{
.cell
{
padding-right
:
12px
!
important
;
}
}
}
}
}
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
9ca4dd8a
...
...
@@ -259,6 +259,7 @@
import
{
encodeStr
}
from
"@/assets/js/common.js"
import
dataRegion
from
'@/assets/json/dataRegion'
import
{
uipGroupData
,
urbanInvestmentPage
,
urbanInvestmentStatistics
,
claim
}
from
'@/api/macro/macro'
import
{
infoHeader
}
from
'@/api/detail/party-a/index'
export
default
{
name
:
'Urban'
,
data
()
{
...
...
@@ -278,7 +279,7 @@ export default {
tableData
:[],
tableLoading
:
false
,
pageIndex
:
1
,
pageSize
:
1
0
,
pageSize
:
2
0
,
tableDataTotal
:
null
,
selected
:[],
xzdjCalss
:
''
,
...
...
@@ -587,12 +588,33 @@ export default {
});
},
handleClick
(
item
){
this
.
companyId
=
item
.
companyId
claim
({
uipId
:
item
.
uipId
,
companyName
:
item
.
companyName
}).
then
(
res
=>
{
this
.
companyId
=
item
.
companyId
;
infoHeader
({
companyId
:
this
.
companyId
}).
then
(
res
=>
{
console
.
log
(
res
.
data
.
provinceName
+
'-'
+
res
.
data
.
cityName
+
'-'
+
res
.
data
.
districtName
)
console
.
log
(
res
.
data
.
provinceName
+
res
.
data
.
cityName
?
'-'
+
res
.
data
.
cityName
:
''
)
console
.
log
(
res
.
data
.
provinceName
+
res
.
data
.
provinceName
?
'-'
+
res
.
data
.
cityName
:
''
+
res
.
data
.
cityName
+
res
.
data
.
cityName
?
'-'
+
res
.
data
.
cityName
:
''
)
return
if
(
res
.
code
===
200
){
this
.
claimVisible
=
true
;
this
.
customerId
=
res
.
data
.
customerId
;
this
.
querySubmit
()
let
params
=
{
uipId
:
item
.
uipId
,
companyName
:
item
.
companyName
,
companyId
:
item
.
companyId
,
creditLevel
:
item
.
bratingSubjectLevel
,
legalPerson
:
res
.
data
.
corporatePerson
,
registerCapital
:
res
.
data
.
regCapital
,
provinceId
:
res
.
data
.
provinceId
||
''
,
cityId
:
res
.
data
.
cityId
||
''
,
districtId
:
res
.
data
.
districtCode
||
''
,
registerAddress
:
res
.
data
.
provinceName
+
res
.
data
.
provinceName
?
'-'
+
res
.
data
.
cityName
:
''
+
res
.
data
.
cityName
+
'-'
+
res
.
data
.
districtName
,
creditCode
:
res
.
data
.
creditCode
,
}
claim
(
params
).
then
(
res
=>
{
if
(
res
.
code
===
200
){
this
.
claimVisible
=
true
;
this
.
customerId
=
res
.
data
.
customerId
;
this
.
querySubmit
()
}
})
}
})
},
...
...
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