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
ad528408
Commit
ad528408
authored
Jul 03, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
45f8d47e
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
9 deletions
+20
-9
comparison.vue
...ate-ui/src/views/macro/economies/component/comparison.vue
+2
-2
localEconomy.vue
...e-ui/src/views/macro/economies/component/localEconomy.vue
+1
-1
regionalEconomy.vue
...i/src/views/macro/economies/component/regionalEconomy.vue
+2
-2
index.vue
dsk-operate-ui/src/views/macro/economies/index.vue
+2
-1
index.vue
dsk-operate-ui/src/views/macro/enterprises/index.vue
+12
-2
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+1
-1
No files found.
dsk-operate-ui/src/views/macro/economies/component/comparison.vue
View file @
ad528408
...
@@ -123,8 +123,8 @@ export default {
...
@@ -123,8 +123,8 @@ export default {
label
:
'GDP(亿元)'
,
label
:
'GDP(亿元)'
,
},
},
{
{
prop
:
'gdp
AddValue
'
,
prop
:
'gdp
Growth
'
,
label
:
'GDP增速'
,
label
:
'GDP增速
(%)
'
,
},
},
{
{
prop
:
'gdpPerCapita'
,
prop
:
'gdpPerCapita'
,
...
...
dsk-operate-ui/src/views/macro/economies/component/localEconomy.vue
View file @
ad528408
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<!--
{{
scope
.
row
.
province
}}{{
scope
.
row
.
city
?
'-'
:
''
}}{{
scope
.
row
.
city
}}{{
scope
.
row
.
area
?
'-'
:
''
}}{{
scope
.
row
.
area
}}
-->
<!--
{{
scope
.
row
.
province
}}{{
scope
.
row
.
city
?
'-'
:
''
}}{{
scope
.
row
.
city
}}{{
scope
.
row
.
area
?
'-'
:
''
}}{{
scope
.
row
.
area
}}
-->
<!--
</
template
>
-->
<!--
</
template
>
-->
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
@
click=
"childMethod(scope.row)"
class=
"a-link"
style=
"cursor: pointer;"
>
{{
scope
.
row
.
province
}}{{
scope
.
row
.
city
?
'-'
:
''
}}{{
scope
.
row
.
city
}}{{
scope
.
row
.
area
?
'-'
:
''
}}{{
scope
.
row
.
area
}}
</span>
<span
@
click=
"childMethod(scope.row)"
class=
"a-link"
style=
"cursor: pointer;"
>
{{
scope
.
row
.
area
?
scope
.
row
.
area
:
scope
.
row
.
city
?
scope
.
row
.
city
:
scope
.
row
.
province
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
dsk-operate-ui/src/views/macro/economies/component/regionalEconomy.vue
View file @
ad528408
...
@@ -124,8 +124,8 @@ export default {
...
@@ -124,8 +124,8 @@ export default {
label
:
'GDP(亿元)'
,
label
:
'GDP(亿元)'
,
},
},
{
{
prop
:
'gdp
AddValue
'
,
prop
:
'gdp
Growth
'
,
label
:
'GDP增速'
,
label
:
'GDP增速
(%)
'
,
},
},
{
{
prop
:
'gdpPerCapita'
,
prop
:
'gdpPerCapita'
,
...
...
dsk-operate-ui/src/views/macro/economies/index.vue
View file @
ad528408
...
@@ -66,7 +66,8 @@ export default {
...
@@ -66,7 +66,8 @@ export default {
// params.provinceId=this.dataQuery.provinceId
// params.provinceId=this.dataQuery.provinceId
// }
// }
if
(
this
.
dataQuery
.
provinceId
){
if
(
this
.
dataQuery
.
provinceId
){
this
.
province
=
this
.
dataQuery
.
province
[
this
.
dataQuery
.
province
.
length
-
1
];
this
.
province
=
this
.
dataQuery
.
province
;
this
.
dataQuery
.
province
=
[
this
.
dataQuery
.
province
]
this
.
provinceId
.
push
(
this
.
dataQuery
.
provinceId
)
this
.
provinceId
.
push
(
this
.
dataQuery
.
provinceId
)
}
else
{
}
else
{
location
({}).
then
(
res
=>
{
location
({}).
then
(
res
=>
{
...
...
dsk-operate-ui/src/views/macro/enterprises/index.vue
View file @
ad528408
...
@@ -53,10 +53,20 @@
...
@@ -53,10 +53,20 @@
<el-table-column
label=
"四库业绩"
prop=
"skyCount"
sortable=
"custom"
width=
"120"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"四库业绩"
prop=
"skyCount"
sortable=
"custom"
width=
"120"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"公路业绩"
prop=
"roadConservancy"
sortable=
"custom"
width=
"100"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"公路业绩"
prop=
"roadConservancy"
sortable=
"custom"
width=
"100"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"水利业绩"
prop=
"waterConservancy"
sortable=
"custom"
width=
"100"
:formatter=
"formatStatus"
/>
<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=
"topCustomer"
width=
"150"
:formatter=
"formatStatus"
>
<
template
slot-scope=
"scope"
>
<router-link
v-if=
"scope.row.topCustomerId"
:to=
"`/company/$
{encodeStr(scope.row.topCustomerId)}`" tag="a" class="a-link" v-html="scope.row.topCustomer" >
</router-link>
<span
v-else
v-html=
"scope.row.topCustomer"
></span>
</
template
>
</el-table-column>
<el-table-column
label=
"客户(个)"
prop=
"customerCount"
sortable=
"custom"
width=
"120"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"客户(个)"
prop=
"customerCount"
sortable=
"custom"
width=
"120"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"供应商(个)"
prop=
"supplierCount"
sortable=
"custom"
width=
"150"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"供应商(个)"
prop=
"supplierCount"
sortable=
"custom"
width=
"150"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"常合作供应商"
prop=
"topSupplier"
width=
"200"
:formatter=
"formatStatus"
/>
<el-table-column
label=
"常合作供应商"
prop=
"topSupplier"
width=
"200"
:formatter=
"formatStatus"
>
<
template
slot-scope=
"scope"
>
<router-link
v-if=
"scope.row.topSupplierId"
:to=
"`/company/$
{encodeStr(scope.row.topSupplierId)}`" tag="a" class="a-link" v-html="scope.row.topSupplier" >
</router-link>
<span
v-else
v-html=
"scope.row.topSupplier"
></span>
</
template
>
</el-table-column>
</el-table>
</el-table>
<div
class=
"empty"
v-if=
"tableDataTotal === 0"
>
<div
class=
"empty"
v-if=
"tableDataTotal === 0"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
ad528408
...
@@ -681,7 +681,7 @@ export default {
...
@@ -681,7 +681,7 @@ export default {
position
:
absolute
;
position
:
absolute
;
top
:
25px
;
top
:
25px
;
left
:
0
;
left
:
0
;
z-index
:
999
9
;
z-index
:
999
;
.item
{
.item
{
margin-bottom
:
5px
;
margin-bottom
:
5px
;
/*display: flex;*/
/*display: flex;*/
...
...
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