Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pc
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
wbx-PCAndMobi
pc
Commits
ab89cac7
Commit
ab89cac7
authored
Apr 07, 2021
by
Gakki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
1c6022fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
home.vue
src/views/home.vue
+3
-3
No files found.
src/views/home.vue
View file @
ab89cac7
...
@@ -483,12 +483,12 @@ export default {
...
@@ -483,12 +483,12 @@ export default {
spaceOnce
=
false
spaceOnce
=
false
}
}
let
info
=
this
.
secRowInfos
.
COMMUNITY_MANAGER_MATH
.
data
[
i
]
let
info
=
this
.
secRowInfos
.
COMMUNITY_MANAGER_MATH
&&
this
.
secRowInfos
.
COMMUNITY_MANAGER_MATH
.
data
[
i
]
?
this
.
secRowInfos
.
COMMUNITY_MANAGER_MATH
.
data
[
i
].
rato
:
0
let
color
=
'rgb(226,235,245)'
let
color
=
'rgb(226,235,245)'
if
(
info
)
{
if
(
info
)
{
if
(
info
.
rectifiedCount
/
info
.
rectifyCount
<
0.9
)
{
if
(
info
<
0.9
)
{
color
=
'#CC4D4D'
color
=
'#CC4D4D'
}
else
if
(
info
.
rectifiedCount
/
info
.
rectifyCount
==
1
||
info
.
rectifyCount
==
0
)
{
}
else
if
(
info
==
1
)
{
color
=
'#6EB629'
color
=
'#6EB629'
}
else
{
}
else
{
color
=
'#FFD400'
color
=
'#FFD400'
...
...
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