src/views/fysp/config/DeviceMatch.vue
@@ -133,7 +133,7 @@ districtname: formSearch.locations.dName, towncode: formSearch.locations.tCode, townname: formSearch.locations.tName, starttime: $fm.formatYMDH(formSearch.time), starttime: $fm.formatYMDHMS(formSearch.time), scensetypeid: formSearch.scenetype.value, online: true, // 此处数据来源固定为飞羽监管系统 @@ -157,7 +157,7 @@ function timeFormat(row) { const time = row.createTime; if (time) { return $fm.formatYMDH(time); return $fm.formatYMDHMS(time); } else { return ''; }