shanbinzhang 3 dní pred
rodič
commit
9ed87b4d73
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/views/report_manage/reportV2/list.vue

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

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