|
@@ -5,12 +5,12 @@
|
|
|
<el-row type="flex" justify="space-between" align="middle">
|
|
|
<mPagination v-if="tableData && tableData.length !== 0" :data="paginationData" @pageChangeEvent="pageHasChanged"></mPagination>
|
|
|
|
|
|
- <el-row type="flex" justify="end" style="flex:1">
|
|
|
+ <!-- <el-row type="flex" justify="end" style="flex:1">
|
|
|
<el-button @click="actionYes">批量通过</el-button>
|
|
|
<el-button>批量驳回</el-button>
|
|
|
<el-button>筛选</el-button>
|
|
|
<el-button icon="el-icon-download">下载</el-button>
|
|
|
- </el-row>
|
|
|
+ </el-row> -->
|
|
|
</el-row>
|
|
|
<TableBoxVue :loading="loading" :data="tableData" ref="tableRef"/>
|
|
|
</div>
|