Skip to content

Commit

Permalink
后台搜索与分布分两行
Browse files Browse the repository at this point in the history
  • Loading branch information
ep1088 committed Aug 11, 2022
1 parent 1454afd commit 644d652
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions web/admin/assets/web/src/views/dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,14 @@
/>
</div>
</div>

<div v-if="data&&data.pageCount>1">
</div>
<div v-if="data&&data.pageCount>1" style="margin-top:10px;">
<el-pagination @size-change="sizeChange"
@current-change="currentChange"
layout="total, sizes, prev, pager, next, jumper"
small="small" :page-sizes="[10,20,30,50,100, 200, 300, 500]" background
:page-size="params.limit" :current-page="params.page" :total="data.total"
/>
</div>
</div>

</template>
Expand Down

0 comments on commit 644d652

Please sign in to comment.