Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
7 years ago
Commit
fc0253d544058bb4f50fc48b32cb3f93f5fc37e0
1 parent
407715e3
list time
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
apps/admin/models/activity.js
apps/admin/views/action/activity/zero-buy-list.hbs
apps/admin/models/activity.js
View file @
fc0253d
...
...
@@ -471,6 +471,7 @@ class AdminModel extends global.yoho.BaseModel {
break
;
}
value
.
timeStr
=
`
$
{
timeFormat
(
value
.
start_time
)}
-
$
{
timeFormat
(
value
.
end_time
)}
`
;
value
.
statusStr
=
statusStr
;
return
value
;
...
...
apps/admin/views/action/activity/zero-buy-list.hbs
View file @
fc0253d
...
...
@@ -45,7 +45,7 @@
<td
class=
"text-center"
>
{{
id
}}
</td>
<td
class=
"text-center"
>
{{
name
}}
</td>
<td
class=
"text-center"
>
{{
statusStr
}}
</td>
<td
class=
"text-center"
>
{{
start_time
}}
-
{{
end_time
}}
</td>
<td
class=
"text-center"
>
{{
timeStr
}}
</td>
<td
class=
"text-center"
>
{{
limit
}}
</td>
<td
class=
"text-center"
>
{{
sort
}}
</td>
<td
class=
"text-center"
>
...
...
Please
register
or
login
to post a comment