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
4d86a2c4
Commit
4d86a2c4
authored
Aug 25, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev20230707' of
http://192.168.60.201/root/dsk-operate-sys
into dev20230707
parents
9ea13f0e
9e9707aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
dsk-operate-ui/src/views/project/overview/index.vue
+3
-3
No files found.
dsk-operate-ui/src/views/project/overview/index.vue
View file @
4d86a2c4
...
@@ -653,7 +653,7 @@ export default {
...
@@ -653,7 +653,7 @@ export default {
//储备项目资金来源统计
//储备项目资金来源统计
let
data
=
[]
let
data
=
[]
this
.
viewData2
.
length
>
0
&&
this
.
viewData2
.
map
(
item
=>
{
this
.
viewData2
.
length
>
0
&&
this
.
viewData2
.
map
(
item
=>
{
data
.
push
({
value
:
item
.
totalAmount
,
name
:
item
.
amountSource
+
'金额(万元)'
})
data
.
push
({
value
:
item
.
totalAmount
,
name
:
item
.
amountSource
})
})
})
let
option1
=
{
let
option1
=
{
tooltip
:
{
tooltip
:
{
...
@@ -842,7 +842,7 @@ export default {
...
@@ -842,7 +842,7 @@ export default {
//公招项目投资金额统计
//公招项目投资金额统计
let
data
=
[]
let
data
=
[]
this
.
viewData5
.
length
>
0
&&
this
.
viewData5
.
map
(
item
=>
{
this
.
viewData5
.
length
>
0
&&
this
.
viewData5
.
map
(
item
=>
{
data
.
push
({
value
:
item
.
count
,
name
:
item
.
rangeName
+
'招标数量(个)'
})
data
.
push
({
value
:
item
.
count
,
name
:
item
.
rangeName
})
})
})
let
option1
=
{
let
option1
=
{
tooltip
:
{
tooltip
:
{
...
@@ -1369,7 +1369,7 @@ export default {
...
@@ -1369,7 +1369,7 @@ export default {
height
:
16px
;
height
:
16px
;
background
:
url("../../../assets/images/project/add.png")
no-repeat
center
center
;
background
:
url("../../../assets/images/project/add.png")
no-repeat
center
center
;
display
:
inline-block
;
display
:
inline-block
;
margin
:
1
2
px
8px
0
114px
;
margin
:
1
0
px
8px
0
114px
;
}
}
// &:hover{
// &:hover{
...
...
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