Commit 2bc4d259 by chenyu

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

parents fa6ac6f2 c87de719
......@@ -67,9 +67,20 @@
</div>
</div>
<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="活动时间" sortable="custom" width="250px">
<el-table-column
label="活动时间"
prop="date"
sortable="custom"
width="250px"
>
<template slot-scope="{ row }">
<div>{{ getTimeAll(row.beginTime) }}&nbsp;</div>
<div>{{ getTimeAll(row.endTime) }}</div>
......
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