Przeglądaj źródła

Merge branch 'gn3.2' into debug

shanbinzhang 6 dni temu
rodzic
commit
abf0ae0c7d
1 zmienionych plików z 1 dodań i 1 usunięć
  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"
             align="center"
           >
           >
             <template slot-scope="scope">{{
             <template slot-scope="scope">{{
-              scope.row.MsgSendTime | formatTime
+              $moment(scope.row.MsgSendTime).format('YYYY-MM-DD HH:mm:ss')
             }}</template>
             }}</template>
           </el-table-column>
           </el-table-column>