Commit 85814fcf by chenyu

Merge branch 'feature/1月-1年后上线' of http://git.gicdev.com/integralMall/integral-mall into dev

parents 4d1357cb 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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment