This commit is contained in:
liushuai
2020-06-03 08:46:28 +08:00
parent d30a808bc9
commit cef05b6165
9 changed files with 85 additions and 81 deletions

View File

@@ -14,9 +14,9 @@
:key="item.value"
:label="item.label"
:value="item.value"/>
</el-select>
</el-select>142
<el-button size="small" type="primary" icon="el-icon-search" style="margin: 0 0 0 10px" plain @click="searchTable()">查询</el-button>
<el-button v-positive="'loading'" :disabled="false" size="small" type="primary" icon="el-icon-download" style="margin: 0 0 0 10px" plain @click="exportExcel()">导出</el-button>
<el-button v-positive="'loading'" :disabled="false" size="small" type="success" icon="el-icon-download" style="margin: 0 0 0 10px" plain @click="exportExcel()">导出</el-button>
</el-card>
<el-card>
<el-table v-loading="loading" :data="tableData" highlight-current-row show-summary border style="width: 1510px;" size="mini" height="700">