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
85814fcf
Commit
85814fcf
authored
Feb 22, 2022
by
chenyu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/1月-1年后上线' of
http://git.gicdev.com/integralMall/integral-mall
into dev
parents
4d1357cb
6512be19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
list.vue
src/views/activities/flashSale/list.vue
+5
-2
No files found.
src/views/activities/flashSale/list.vue
View file @
85814fcf
...
...
@@ -72,7 +72,6 @@
:data=
"tableData"
style=
"width: 100%"
@
sort-change=
"sortChange"
:default-sort=
"
{prop: 'date', order: 'descending'}"
>
<el-table-column
label=
"活动名称"
prop=
"activityName"
/>
<el-table-column
...
...
@@ -213,7 +212,11 @@ export default {
},
},
created
()
{
this
.
getSearchList
();
},
mounted
()
{
if
(
this
.
$refs
.
table
)
{
this
.
$refs
.
table
.
sort
(
'date'
,
'descending'
);
}
},
methods
:
{
renderHeader
(
h
,
{
column
,
$index
},
index
)
{
...
...
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