Commit c463a248 authored by zhengke's avatar zhengke

no message

parent 7e4b9d8f
......@@ -64,6 +64,7 @@
</div>
</div>
</div>
<div style="height: 750px;overflow: auto;">
<div class="q-mt-lg row wrap bg-white rounded" style="padding: 30px 10px 0 10px;">
<template v-for="(item,index) in dataList">
<div class="MarketIndexListBox">
......@@ -77,18 +78,18 @@
</template>
</div>
<div class="q-mt-lg row" style="justify-content: center;">
<!-- hide-on-single-page -->
<el-pagination
background
v-model:current-page="currentPage"
v-model:page-size="queryObj.pageSize"
:page-sizes="[10, 20, 30, 40, 50, 100]"
:small="small"
small
layout="sizes, prev, pager, next"
:total="queryObj.totalCount"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
hide-on-single-page
/>
@current-change="handleCurrentChange"/>
</div>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment