测试提交

hyx_2024-10-30_new
fufeifei 2024-10-14 17:19:22 +08:00
parent ff4e34a9b6
commit b5f7c2e98e
1 changed files with 1 additions and 3 deletions

View File

@ -59,9 +59,7 @@
<div class="page-btn-group"> <div class="page-btn-group">
<div> <div>
<el-button v-show="add" type="primary" icon="el-icon-plus" @click="handleAdd"></el-button> <el-button v-show="add" type="primary" icon="el-icon-plus" @click="handleAdd"></el-button>
<!--
<el-button v-show="del" type="danger" icon="el-icon-delete" plain @click="batchDel"></el-button>
-->
</div> </div>
<pagination :total="total" :page.sync="listQuery.page" :limit.sync="listQuery.limit" @pagination="getList" /> <pagination :total="total" :page.sync="listQuery.page" :limit.sync="listQuery.limit" @pagination="getList" />
</div> </div>