修改添加商品问题

This commit is contained in:
duan
2024-08-08 14:23:10 +08:00
parent 8c0ca8869a
commit 69b19bfade
2 changed files with 4 additions and 4 deletions

View File

@@ -87,11 +87,11 @@
</el-table-column>
</el-table> -->
</div>
<div class="head-container">
<!-- <div class="head-container">
<el-pagination :total="tableData.total" :current-page="tableData.page + 1" :page-size="tableData.size"
@current-change="paginationChange" @size-change="sizeChange"
layout="total, sizes, prev, pager, next, jumper"></el-pagination>
</div>
</div> -->
</div>
</template>