表格修改
This commit is contained in:
parent
e3d8446b97
commit
966f6f3557
|
|
@ -93,6 +93,7 @@
|
|||
</el-col>
|
||||
</el-row>
|
||||
<!-- 表格 -->
|
||||
<div class="table-container">
|
||||
<el-table :data="tableData" border stripe :span-method="handleSpanMethod" height="100%">
|
||||
<!-- <el-table :data="tableData" >-->
|
||||
<el-table-column label="序号" align="center" width="55" type="index" fixed />
|
||||
|
|
@ -182,13 +183,13 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
</div>
|
||||
<div class="pagination-wrapper">
|
||||
<!-- 分页 -->
|
||||
<pagination :total="total" @pagination="handlePageChange" :page.sync="queryParams.pageNum"
|
||||
:limit.sync="queryParams.pageSize" />
|
||||
</div>
|
||||
|
||||
|
||||
</el-card>
|
||||
</el-form>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue