原始数据导出按钮、返回左侧树形列表接口调整
This commit is contained in:
@@ -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="数据时间"/>
|
||||
|
||||
Reference in New Issue
Block a user