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
48cac882
Commit
48cac882
authored
Dec 18, 2020
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整首页跳转月份丢失年份
parent
0a87a0aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
home.vue
src/views/home.vue
+3
-1
propertyInfoView.vue
src/views/houseData/propertyInfoView.vue
+1
-1
No files found.
src/views/home.vue
View file @
48cac882
...
@@ -606,10 +606,12 @@ export default {
...
@@ -606,10 +606,12 @@ export default {
}
}
},
},
hoverMonth
(
item
){
hoverMonth
(
item
){
let
time
=
new
Date
().
getFullYear
()
// console.log(time+'-'+parseInt(item.name))
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
'month'
,
name
:
'month'
,
query
:
{
query
:
{
month
:
parseInt
(
item
.
name
)
month
:
time
+
'-'
+
parseInt
(
item
.
name
)
}
}
})
})
},
},
...
...
src/views/houseData/propertyInfoView.vue
View file @
48cac882
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<p
v-if=
"urls.name == 'managerView'"
class=
"detailsPartTitle"
>
小区经理信息
</p>
<p
v-if=
"urls.name == 'managerView'"
class=
"detailsPartTitle"
>
小区经理信息
</p>
<p
v-if=
"urls.name == 'buildingView'"
class=
"detailsPartTitle"
>
小区楼栋信息
</p>
<p
v-if=
"urls.name == 'buildingView'"
class=
"detailsPartTitle"
>
小区楼栋信息
</p>
<p
v-if=
"urls.name == 'memberView'"
class=
"detailsPartTitle"
>
成员信息
</p>
<p
v-if=
"urls.name == 'memberView'"
class=
"detailsPartTitle"
>
成员信息
</p>
<p
v-if=
"urls.name == 'neighborhoodCommitteesView'"
class=
"detailsPartTitle"
>
业
委会信息
</p>
<p
v-if=
"urls.name == 'neighborhoodCommitteesView'"
class=
"detailsPartTitle"
>
居
委会信息
</p>
<div
style=
"margin:0 16px;"
>
<div
style=
"margin:0 16px;"
>
<!-- 物业 -->
<!-- 物业 -->
<div
v-if=
"urls.name == 'propertyInfoView' "
>
<div
v-if=
"urls.name == 'propertyInfoView' "
>
...
...
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