表格修改

This commit is contained in:
cwchen 2025-10-29 15:01:10 +08:00
parent e3d8446b97
commit 966f6f3557
1 changed files with 3 additions and 2 deletions

View File

@ -93,6 +93,7 @@
</el-col> </el-col>
</el-row> </el-row>
<!-- 表格 --> <!-- 表格 -->
<div class="table-container">
<el-table :data="tableData" border stripe :span-method="handleSpanMethod" height="100%"> <el-table :data="tableData" border stripe :span-method="handleSpanMethod" height="100%">
<!-- <el-table :data="tableData" >--> <!-- <el-table :data="tableData" >-->
<el-table-column label="序号" align="center" width="55" type="index" fixed /> <el-table-column label="序号" align="center" width="55" type="index" fixed />
@ -182,13 +183,13 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
</div>
<div class="pagination-wrapper"> <div class="pagination-wrapper">
<!-- 分页 --> <!-- 分页 -->
<pagination :total="total" @pagination="handlePageChange" :page.sync="queryParams.pageNum" <pagination :total="total" @pagination="handlePageChange" :page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize" /> :limit.sync="queryParams.pageSize" />
</div> </div>
</el-card> </el-card>
</el-form> </el-form>