Browse Source

Merge branch 'dev-0420' into test

test
13176889840 3 years ago
parent
commit
545fa61ef9
  1. 8
      src/views/modules/base/resi.vue

8
src/views/modules/base/resi.vue

@ -60,14 +60,14 @@
:loading="importLoading">{{importBtnTitle}}</el-button>
</el-upload>
<el-button size="small"
<!-- <el-button size="small"
class="diy-button--reset"
:loading="exportBtn"
@click="handleExport">{{exportBtnTitle}}</el-button>
@click="handleExport">{{exportBtnTitle}}</el-button> -->
<el-button
class="diy-button--add"
class="diy-button--reset"
size="small"
@click="diyExport">自定义导出</el-button>
@click="diyExport">导出</el-button>
<el-button
class="diy-button--add"
size="small"

Loading…
Cancel
Save