Commit 92a476f2 by crushh

update: 时间戳

parent 4575f64d
......@@ -69,7 +69,11 @@
{{ scope.row.sendMemberCount }}
</template>
</el-table-column>
<el-table-column width="150" prop="createTime" label="创建时间"> </el-table-column>
<el-table-column width="150" label="创建时间">
<template slot-scope="scope">
{{ scope.row.createTime | formatTimeStamp }}
</template>
</el-table-column>
<el-table-column prop="" width="200" label="操作" fixed="right">
<template slot-scope="scope">
<el-button type="text" @click="showSendRecord(scope.$index, scope.row, '1')">发送记录</el-button>
......
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