|
|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
<div class="list-view">
|
|
|
<page-title>
|
|
|
- <el-button @click="addRow" type="primary" icon="el-icon-plus" :disabled="fetchingData || downloading" class="filter-item">
|
|
|
- 新增
|
|
|
- </el-button>
|
|
|
+<!-- <el-button @click="addRow" type="primary" icon="el-icon-plus" :disabled="fetchingData || downloading" class="filter-item">-->
|
|
|
+<!-- 新增-->
|
|
|
+<!-- </el-button>-->
|
|
|
<el-button @click="download" icon="el-icon-upload2" :loading="downloading" :disabled="fetchingData" class="filter-item">
|
|
|
导出
|
|
|
</el-button>
|
|
|
@@ -79,16 +79,16 @@
|
|
|
<el-table-column prop="serviceCharge" label="手续费"
|
|
|
>
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
- label="操作"
|
|
|
- align="center"
|
|
|
- fixed="right"
|
|
|
- width="150">
|
|
|
- <template slot-scope="{row}">
|
|
|
- <el-button @click="editRow(row)" type="primary" size="mini" plain>编辑</el-button>
|
|
|
- <el-button @click="deleteRow(row)" type="danger" size="mini" plain>删除</el-button>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+<!-- <el-table-column-->
|
|
|
+<!-- label="操作"-->
|
|
|
+<!-- align="center"-->
|
|
|
+<!-- fixed="right"-->
|
|
|
+<!-- width="150">-->
|
|
|
+<!-- <template slot-scope="{row}">-->
|
|
|
+<!-- <el-button @click="editRow(row)" type="primary" size="mini" plain>编辑</el-button>-->
|
|
|
+<!-- <el-button @click="deleteRow(row)" type="danger" size="mini" plain>删除</el-button>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </el-table-column>-->
|
|
|
</el-table>
|
|
|
<div class="pagination-wrapper">
|
|
|
<!-- <div class="multiple-mode-wrapper">
|
|
|
@@ -174,7 +174,7 @@
|
|
|
download() {
|
|
|
this.downloading = true;
|
|
|
this.$axios
|
|
|
- .get("/domainAsk/excel", {
|
|
|
+ .get("/domainAsk/excel", {
|
|
|
responseType: "blob",
|
|
|
params: { size: 10000 }
|
|
|
})
|