浏览代码

Merge branch 'gn3.2' into debug

shanbinzhang 3 天之前
父节点
当前提交
f3c055e3f1
共有 1 个文件被更改,包括 3 次插入1 次删除
  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>