fei
2025-09-16 882c04207fdc667b0be8dc347e320d0414eedb94
src/views/archiveStatics/index.vue
@@ -3,7 +3,7 @@
   
    <el-row :gutter="10" class="mb8">
      <el-col :span="1.5">
      <!-- <el-col :span="1.5">
        <el-button
          type="primary"
          plain
@@ -34,7 +34,7 @@
          @click="handleDelete"
          v-hasPermi="['system:records:remove']"
        >删除</el-button>
      </el-col>
      </el-col> -->
      <el-col :span="1.5">
        <el-button
          type="warning"
@@ -538,8 +538,9 @@
    },
    /** 导出按钮操作 */
    handleExport() {
      this.download('system/records/export', {
        ...this.queryParams
     // alert(98)
      this.download('system/records/exportAllStatis', {
       // ...this.queryParams
      }, `records_${new Date().getTime()}.xlsx`)
    }
  }