表格修改
This commit is contained in:
parent
e3d8446b97
commit
966f6f3557
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue