|
|
@@ -2,7 +2,7 @@
|
|
|
* @Author: wanglj 471442253@qq.com
|
|
|
* @Date: 2022-12-26 16:34:37
|
|
|
* @LastEditors: wanglj
|
|
|
- * @LastEditTime: 2023-01-13 11:13:29
|
|
|
+ * @LastEditTime: 2023-01-13 14:57:43
|
|
|
* @Description: file content
|
|
|
* @FilePath: \opms_frontend\src\views\customer\list.vue
|
|
|
-->
|
|
|
@@ -79,7 +79,7 @@
|
|
|
</el-button>
|
|
|
</vab-query-form-left-panel>
|
|
|
<vab-query-form-right-panel :span="12">
|
|
|
- <el-button icon="el-icon-download" />
|
|
|
+ <el-button icon="el-icon-download" @click="exportData" />
|
|
|
<table-tool :check-list.sync="checkList" :columns="columns" />
|
|
|
</vab-query-form-right-panel>
|
|
|
</vab-query-form>
|
|
|
@@ -87,7 +87,7 @@
|
|
|
v-loading="listLoading"
|
|
|
border
|
|
|
:data="list"
|
|
|
- height="calc(100vh - 394px)"
|
|
|
+ :height="$baseTableHeight(3)"
|
|
|
@selection-change="setSelectRows">
|
|
|
<el-table-column align="center" show-overflow-tooltip type="selection" />
|
|
|
<el-table-column
|