Commit 5e67f7f8 by caoyanzhi

update: 卡券记录

parent 84a66b26
...@@ -74,9 +74,10 @@ ...@@ -74,9 +74,10 @@
</el-table-column> </el-table-column>
<el-table-column label="创建人" prop="creatorName" width="120"></el-table-column> <el-table-column label="创建人" prop="creatorName" width="120"></el-table-column>
<el-table-column width="150" label="创建时间"> <el-table-column width="150" label="创建时间">
<template slot-scope="scope"> <div slot-scope="scope" style="line-height: normal">
{{ scope.row.createTime | formatTimeStamp }} <p>{{ scope.row.createTime | timeStampToYmd }}</p>
</template> <p>{{ scope.row.createTime | timeStampToHms }}</p>
</div>
</el-table-column> </el-table-column>
<el-table-column width="200" label="卡券模板有效期"> <el-table-column width="200" label="卡券模板有效期">
<template slot-scope="scope"> <template slot-scope="scope">
......
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