shanbinzhang преди 3 дни
родител
ревизия
9ed87b4d73
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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">{{
             <template slot-scope="scope">{{
               scope.row.MsgSendTime 
               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>
             }}</template>
           </el-table-column>
           </el-table-column>