shanbinzhang 3 days ago
parent
commit
0fd126aa2d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/report_manage/reportV2/list.vue

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

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