shanbinzhang 3 天之前
父節點
當前提交
0fd126aa2d
共有 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"
             align="center"
           >
           >
             <template slot-scope="scope">{{
             <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>
             }}</template>
           </el-table-column>
           </el-table-column>