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
c5cf0bca
Commit
c5cf0bca
authored
Jun 28, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
cb8f89f8
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
8 deletions
+26
-8
localEconomy.vue
...e-ui/src/views/macro/economies/component/localEconomy.vue
+1
-0
index.vue
dsk-operate-ui/src/views/macro/enterprises/index.vue
+4
-3
index.vue
dsk-operate-ui/src/views/macro/financing/index.vue
+11
-0
qgjjdq.vue
...ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
+1
-0
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+9
-5
No files found.
dsk-operate-ui/src/views/macro/economies/component/localEconomy.vue
View file @
c5cf0bca
...
...
@@ -23,6 +23,7 @@
border
highlight-current-row
@
sort-change=
"sortChange"
:default-sort =
"
{prop: 'gdp', order: 'descending'}"
>
<el-table-column
prop=
"province"
label=
"下辖区"
width=
"170"
:formatter=
"formatStatus"
fixed
>
<!--
<template
slot-scope=
"scope"
>
-->
...
...
dsk-operate-ui/src/views/macro/enterprises/index.vue
View file @
c5cf0bca
...
...
@@ -33,11 +33,12 @@
@
sort-change=
"sortChange"
highlight-current-row
v-if=
"tableDataTotal > 0"
:default-sort =
"
{prop: 'skyCount', order: 'descending'}"
>
<el-table-column
label=
"序号"
width=
"60"
align=
"left"
fixed
>
<template
slot-scope=
"scope"
>
{{
pageIndex
*
pageSize
-
pageSize
+
scope
.
$index
+
1
}}
</
template
>
</el-table-column>
<el-table-column
label=
"公司名称"
align=
"left"
fixed
width=
"3
0
0"
>
<el-table-column
label=
"公司名称"
align=
"left"
fixed
width=
"3
5
0"
>
<
template
slot-scope=
"scope"
>
<router-link
v-if=
"scope.row.jskEid"
:to=
"`/company/$
{encodeStr(scope.row.jskEid)}`" tag="a" class="a-link" v-html="scope.row.name" >
</router-link>
<span
v-else
v-html=
"scope.row.name"
></span>
...
...
@@ -54,8 +55,8 @@
<el-table-column
label=
"水利业绩"
prop=
"waterConservancy"
sortable=
"custom"
width=
"100"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"常合作业主"
prop=
"topCustomer"
width=
"150"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"客户(个)"
prop=
"customerCount"
sortable=
"custom"
width=
"120"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"供应商(个)"
prop=
"supplierCount"
sortable=
"custom"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"常合作供应商"
prop=
"topSupplier"
width=
"
15
0"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"供应商(个)"
prop=
"supplierCount"
sortable=
"custom"
width=
"150"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"常合作供应商"
prop=
"topSupplier"
width=
"
20
0"
:formatter=
"formatStatus"
/>
</el-table>
<div
class=
"empty"
v-if=
"tableDataTotal === 0"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
...
...
dsk-operate-ui/src/views/macro/financing/index.vue
View file @
c5cf0bca
...
...
@@ -17,6 +17,7 @@
fit
@
sort-change=
"sortChange"
highlight-current-row
:default-sort =
"
{prop: 'value', order: 'descending'}"
>
<el-table-column
prop=
"name"
label=
"项目类型"
width=
"160"
/>
<el-table-column
prop=
"number"
label=
"项目个数"
align=
"right"
sortable=
"custom"
width=
"160"
/>
...
...
@@ -43,6 +44,7 @@
border
fit
highlight-current-row
:default-sort =
"
{prop: 'projectTotalInvestment', order: 'descending'}"
>
<el-table-column
label=
"序号"
width=
"55"
align=
"left"
fixed
>
<template
slot-scope=
"scope"
>
{{
pageIndex
*
pageSize
-
pageSize
+
scope
.
$index
+
1
}}
</
template
>
...
...
@@ -334,6 +336,15 @@ export default {
.el-table__footer-wrapper
{
background
:
#F0F3FA
;
}
th
{
font-size
:
13px
!
important
;
font-weight
:
400
!
important
;
}
.cell
{
padding-right
:
12px
!
important
;
padding-left
:
12px
!
important
;
line-height
:
18px
;
}
.el-table__fixed-header-wrapper
{
th
{
background
:
#F0F3FA
;
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
View file @
c5cf0bca
...
...
@@ -38,6 +38,7 @@
fit
highlight-current-row
v-if=
"tableDataTotal > 0"
:default-sort =
"
{prop: 'gdp', order: 'descending'}"
>
<el-table-column
label=
"序号"
width=
"60"
align=
"left"
fixed
>
<template
slot-scope=
"scope"
>
{{
pageIndex
*
pageSize
-
pageSize
+
scope
.
$index
+
1
}}
</
template
>
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
c5cf0bca
...
...
@@ -152,6 +152,7 @@
border
fit
highlight-current-row
:default-sort =
"{prop: 'bratingSubjectLevel', order: 'descending'}"
>
<el-table-column
label=
"序号"
width=
"60"
align=
"left"
fixed
>
<
template
slot-scope=
"scope"
>
{{
pageIndex
*
pageSize
-
pageSize
+
scope
.
$index
+
1
}}
</
template
>
...
...
@@ -590,11 +591,14 @@ export default {
handleClick
(
item
){
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
){
let
registerAddress
=
res
.
data
.
provinceName
if
(
res
.
data
.
cityName
){
registerAddress
=
registerAddress
+
'-'
+
res
.
data
.
cityName
if
(
res
.
data
.
districtName
){
registerAddress
=
registerAddress
+
'-'
+
res
.
data
.
districtName
}
}
let
params
=
{
uipId
:
item
.
uipId
,
companyName
:
item
.
companyName
,
...
...
@@ -605,7 +609,7 @@ export default {
provinceId
:
res
.
data
.
provinceId
||
''
,
cityId
:
res
.
data
.
cityId
||
''
,
districtId
:
res
.
data
.
districtCode
||
''
,
registerAddress
:
re
s
.
data
.
provinceName
+
res
.
data
.
provinceName
?
'-'
+
res
.
data
.
cityName
:
''
+
res
.
data
.
cityName
+
'-'
+
res
.
data
.
districtName
,
registerAddress
:
re
gisterAddress
,
creditCode
:
res
.
data
.
creditCode
,
}
claim
(
params
).
then
(
res
=>
{
...
...
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