Sfoglia il codice sorgente

Merge branch 'gn3.2' into debug

shanbinzhang 3 giorni fa
parent
commit
f3c055e3f1
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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>