4f25b76c by 焦小希

案件查处页面增加时间过滤器。

1 parent a1cbf66c
......@@ -166,7 +166,7 @@
>
<template slot-scope="scope">
<span>{{
scope.row.djsj | dataFormat
scope.row.CREATETIME | dataFormat
}}</span>
</template>
</el-table-column>
......@@ -176,6 +176,11 @@
align="center"
width="200"
>
<template slot-scope="scope">
<span>{{
scope.row.RECEIVETIME | dataFormat
}}</span>
</template>
</el-table-column>
</el-table>
<el-table
......