zhanghua
2023-12-15 6f4d30454c52df980eef0607611ec66a57ec0e5c
src/views/smoke/realTime/index.vue
@@ -67,7 +67,7 @@
        </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>
@@ -256,7 +256,6 @@
      realTimeApi
        .exportInTime(params)
        .then((res) => {
          debugger;
          let time = new Date();
          let deathdate = time.toLocaleDateString();
          const blob = new Blob([res.data], {