From e235d5aa57314fbad9d30a77bab14bf917edb133 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期五, 11 十月 2019 10:50:47 +0800 Subject: [PATCH] 新增在线用户 --- ruoyi-ui/src/views/system/post/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/system/post/index.vue b/ruoyi-ui/src/views/system/post/index.vue index b1f0c9f..f380b23 100644 --- a/ruoyi-ui/src/views/system/post/index.vue +++ b/ruoyi-ui/src/views/system/post/index.vue @@ -43,7 +43,7 @@ <el-table-column label="状态" align="center" prop="status" :formatter="statusFormat" /> <el-table-column label="创建时间" align="center" prop="createTime" width="180"> <template slot-scope="scope"> - <span>{{ dateFormat(scope.row.createTime) }}</span> + <span>{{ parseTime(scope.row.createTime) }}</span> </template> </el-table-column> <el-table-column label="操作" align="center" class-name="small-padding fixed-width"> -- Gitblit v1.9.2