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
d9968eba
Commit
d9968eba
authored
Aug 25, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
167117bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
20 deletions
+7
-20
index.vue
dsk-operate-ui/src/views/custom/overview/index.vue
+6
-2
index.vue
dsk-operate-ui/src/views/index.vue
+1
-18
No files found.
dsk-operate-ui/src/views/custom/overview/index.vue
View file @
d9968eba
...
@@ -268,12 +268,16 @@
...
@@ -268,12 +268,16 @@
}
}
})
})
creditLevel
().
then
(
res
=>
{
creditLevel
().
then
(
res
=>
{
let
data
=
[]
for
(
let
i
=
0
;
i
<
res
.
data
.
length
;
i
++
){
for
(
let
i
=
0
;
i
<
res
.
data
.
length
;
i
++
){
if
(
res
.
data
[
i
].
creditLevel
){
if
(
res
.
data
[
i
].
creditLevel
){
this
.
creditLevel
.
push
(
res
.
data
[
i
])
data
.
push
(
res
.
data
[
i
])
}
}
}
}
this
.
initChart1
(
this
.
creditLevel
)
this
.
creditLevel
=
data
;
if
(
this
.
creditLevel
.
length
>
0
){
this
.
initChart1
(
this
.
creditLevel
)
}
})
})
},
},
getFollowList
(){
getFollowList
(){
...
...
dsk-operate-ui/src/views/index.vue
View file @
d9968eba
...
@@ -191,7 +191,7 @@
...
@@ -191,7 +191,7 @@
<div
class=
"list-content"
>
<div
class=
"list-content"
>
<p
class=
"list-content-text"
>
<p
class=
"list-content-text"
>
<span>
中标企业:
</span>
<span>
中标企业:
</span>
<span
@
click=
"getUipIdByCid(item.jskEid)"
class=
"a-link
companyName
"
>
{{item.ename}}
</span>
<span
@
click=
"getUipIdByCid(item.jskEid)"
class=
"a-link"
>
{{item.ename}}
</span>
</p>
</p>
<p
class=
"list-content-text"
>
<p
class=
"list-content-text"
>
<span>
中标金额:
</span>
<span>
中标金额:
</span>
...
@@ -1732,23 +1732,6 @@ export default {
...
@@ -1732,23 +1732,6 @@ export default {
align-items
:
center
;
align-items
:
center
;
margin-right
:
32px
;
margin-right
:
32px
;
font-size
:
14px
;
font-size
:
14px
;
span
:first-child
{
font-weight
:
400
;
color
:
rgba
(
35
,
35
,
35
,
0
.4
);
line-height
:
15px
}
span
:last-child
{
font-weight
:
400
;
color
:
rgba
(
35
,
35
,
35
,
0
.8
);
line-height
:
15px
}
.blue
{
color
:
#0081FF
!
important
;
cursor
:
pointer
;
}
}
}
}
}
...
...
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