| | |
| | | </el-table-column> |
| | | <el-table-column prop="OnlineStatusStr" label="整体状态" width="80px"> |
| | | </el-table-column> |
| | | <el-table-column prop="operation" label="操作" width="180px"> |
| | | <el-table-column prop="operation" label="操作" width="180px" fixed="right"> |
| | | <template slot-scope="scope"> |
| | | <div class="operation"> |
| | | <i class="el-icon-document" @click="handleDetectorDailySumDays(scope.row)" title="一点一档"></i> |
| | |
| | | realTimeApi |
| | | .exportInTime(params) |
| | | .then((res) => { |
| | | debugger; |
| | | let time = new Date(); |
| | | let deathdate = time.toLocaleDateString(); |
| | | const blob = new Blob([res.data], { |