Commit c61f257f by 高淑倩

modified:timefilter

parent c6a87c5c
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</el-table-column> </el-table-column>
<el-table-column label="推送时间" min-width="150" align="center"> <el-table-column label="推送时间" min-width="150" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.pushTime | fomatDate}} {{scope.row.pushTime | formatedDate}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="scope" label="推送范围" min-width="260" align="center"> <el-table-column prop="scope" label="推送范围" min-width="260" align="center">
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</el-table-column> </el-table-column>
<el-table-column label="推送时间" min-width="150" align="center"> <el-table-column label="推送时间" min-width="150" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.pushTime | fomatDate}} {{scope.row.pushTime | formatedDate}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="scope" label="推送范围" min-width="260" align="center"> <el-table-column prop="scope" label="推送范围" min-width="260" align="center">
......
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