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
6512be19
Commit
6512be19
authored
Feb 22, 2022
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
c87de719
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
19 deletions
+7
-19
list.vue
src/views/activities/flashSale/list.vue
+7
-19
No files found.
src/views/activities/flashSale/list.vue
View file @
6512be19
...
...
@@ -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
)
{
...
...
@@ -294,26 +297,11 @@ export default {
};
</
script
>
<
style
scoped
>
.section
{
background
:
#fff
;
margin
:
24px
;
padding
:
24px
;
}
.m-r-10
{
margin-right
:
10px
;
}
.w-280
{
width
:
280px
;
}
.w-300
{
width
:
300px
;
}
.w-140
{
width
:
140px
;
}
.w-160
{
width
:
160px
;
}
.gift-info
img
{
width
:
75px
;
height
:
75px
;
...
...
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