This commit is contained in:
liushuai
2020-06-04 17:45:34 +08:00
parent cef05b6165
commit 6966adb952
12 changed files with 213 additions and 126 deletions

View File

@@ -14,7 +14,7 @@
:key="item.value"
:label="item.label"
:value="item.value"/>
</el-select>142
</el-select>
<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="success" icon="el-icon-download" style="margin: 0 0 0 10px" plain @click="exportExcel()">导出</el-button>
</el-card>