原始数据导出按钮、返回左侧树形列表接口调整

This commit is contained in:
caozehui
2025-01-13 14:22:54 +08:00
parent 17fe29cb1b
commit 7556f0e5bc
3 changed files with 5 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
<template>
<!-- <el-button type="primary" @click="exportData" style="margin-bottom: 10px">导出</el-button>-->
<el-button type="primary" @click="exportData" style="margin-bottom: 10px">导出</el-button>
<div class="table-main">
<el-table v-if="tableData.length > 0" :data="tableData" stripe border :header-cell-style="{ textAlign: 'center' } "
:cell-style="{ textAlign: 'center' }" height="300px"
:cell-style="{ textAlign: 'center' }" height="315px"
style="width: 100%;">
<el-table-column type="index" label="序号" width="70" fixed="left"/>
<el-table-column prop="time" label="数据时间"/>