Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
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
1
Merge Requests
1
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
mobi
Commits
3d01af59
Commit
3d01af59
authored
Apr 09, 2021
by
zhangrui123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
23
parent
620f8290
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
home.vue
src/views/home.vue
+2
-2
No files found.
src/views/home.vue
View file @
3d01af59
...
...
@@ -571,10 +571,10 @@ export default {
if
(
res
.
code
===
'200'
)
{
this
.
secRowInfos
=
this
.
$com
.
confirm
(
res
,
'data.content'
,
{})
if
(
this
.
secRowInfos
.
HOUSING_OFFICE
)
{
this
.
FBPresent
=
String
(
this
.
secRowInfos
.
HOUSING_OFFICE
.
rato
.
value
*
100
).
split
(
'.'
)[
0
]
this
.
FBPresent
=
String
(
this
.
secRowInfos
.
HOUSING_OFFICE
.
rato
*
100
).
split
(
'.'
)[
0
]
}
if
(
this
.
secRowInfos
.
PROPERTY_BIWEEKLY
)
{
this
.
WYPresent
=
String
(
this
.
secRowInfos
.
PROPERTY_BIWEEKLY
.
rato
.
value
*
100
).
split
(
'.'
)[
0
]
this
.
WYPresent
=
String
(
this
.
secRowInfos
.
PROPERTY_BIWEEKLY
.
rato
*
100
).
split
(
'.'
)[
0
]
}
// 处理房办的月份颜色
this
.
secRowInfos
.
HOUSING_OFFICE
.
data
.
forEach
((
ele
,
i
)
=>
{
...
...
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