@@ -170,7 +170,7 @@
</el-table-column>
<el-table-column label="回复时间" align="center" prop="replyTime">
<template slot-scope="scope">
- {{ scope.row.replyTime }}
+ {{ parseTime(scope.row.replyTime, '{y}-{m}-{d} {h}:{i}') }}
</template>