Browse Source

Merge branch 'gn3.2' into debug

shanbinzhang 1 week ago
parent
commit
abf0ae0c7d
1 changed files with 1 additions and 1 deletions
  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>