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
00051c22
Commit
00051c22
authored
Mar 02, 2021
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改小区列表table更新时间的展示
parent
ee00a414
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
basicInfo.vue
src/views/houseData/basicInfo.vue
+9
-0
No files found.
src/views/houseData/basicInfo.vue
View file @
00051c22
...
@@ -617,6 +617,15 @@ export default {
...
@@ -617,6 +617,15 @@ export default {
}
else
{
}
else
{
col
.
hocId
=
'是'
col
.
hocId
=
'是'
}
}
if
(
col
.
hocId
==
''
||
col
.
hocId
==
null
||
col
.
hocId
==
0
)
{
col
.
hocId
=
'否'
}
else
{
col
.
hocId
=
'是'
}
//特殊处理更新时间
if
(
!!
col
.
syncTime
)
{
col
.
syncTime
=
col
.
syncTime
.
slice
(
0
,
4
)
+
'-'
+
col
.
syncTime
.
slice
(
5
,
7
)
+
'-'
+
col
.
syncTime
.
slice
(
8
,
10
)
}
})
})
}
}
//
//
...
...
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