Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
Overview
Overview
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
integralMall
integral-mall
Commits
c87de719
Commit
c87de719
authored
Feb 21, 2022
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
cf86b97b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
list.vue
src/views/activities/flashSale/list.vue
+13
-2
No files found.
src/views/activities/flashSale/list.vue
View file @
c87de719
...
@@ -67,9 +67,20 @@
...
@@ -67,9 +67,20 @@
</div>
</div>
</div>
</div>
<div
v-loading=
"loading"
>
<div
v-loading=
"loading"
>
<el-table
:data=
"tableData"
style=
"width: 100%"
@
sort-change=
"sortChange"
>
<el-table
ref=
"table"
:data=
"tableData"
style=
"width: 100%"
@
sort-change=
"sortChange"
:default-sort=
"
{prop: 'date', order: 'descending'}"
>
<el-table-column
label=
"活动名称"
prop=
"activityName"
/>
<el-table-column
label=
"活动名称"
prop=
"activityName"
/>
<el-table-column
label=
"活动时间"
sortable=
"custom"
width=
"250px"
>
<el-table-column
label=
"活动时间"
prop=
"date"
sortable=
"custom"
width=
"250px"
>
<template
slot-scope=
"
{ row }">
<template
slot-scope=
"
{ row }">
<div>
{{
getTimeAll
(
row
.
beginTime
)
}}
至
</div>
<div>
{{
getTimeAll
(
row
.
beginTime
)
}}
至
</div>
<div>
{{
getTimeAll
(
row
.
endTime
)
}}
</div>
<div>
{{
getTimeAll
(
row
.
endTime
)
}}
</div>
...
...
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