浏览代码

Merge branch 'gn3.2' into debug

shanbinzhang 1 周之前
父节点
当前提交
abf0ae0c7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/report_manage/reportV2/list.vue

+ 1 - 1
src/views/report_manage/reportV2/list.vue

@@ -202,7 +202,7 @@
             align="center"
           >
             <template slot-scope="scope">{{
-              scope.row.MsgSendTime | formatTime
+              $moment(scope.row.MsgSendTime).format('YYYY-MM-DD HH:mm:ss')
             }}</template>
           </el-table-column>