|
@@ -12,7 +12,7 @@
|
|
|
<el-button type="primary" @click="goTo">当前</el-button>
|
|
|
<el-button type="primary" class="active">历史</el-button>
|
|
|
</el-button-group>
|
|
|
- <!-- <div class="downlodTable" @click="downlodTable">导出</div> -->
|
|
|
+ <div class="downlodTable" @click="downlodTable">导出</div>
|
|
|
<el-table
|
|
|
:data="tableData"
|
|
|
style="width: 100%; color: #2daff5; height: 678px; overflow-y: auto"
|