|
|
@ -119,11 +119,11 @@ |
|
|
|
<!--分页组件--> |
|
|
|
<!--分页组件--> |
|
|
|
<el-pagination |
|
|
|
<el-pagination |
|
|
|
:total="total" |
|
|
|
:total="total" |
|
|
|
:current-page="page + 1" |
|
|
|
:current-page="page" |
|
|
|
style="margin-top: 20px; float: right" |
|
|
|
style="margin-top: 20px; float: right" |
|
|
|
layout="total, prev, pager, next, sizes" |
|
|
|
layout="total, prev, pager, next, sizes" |
|
|
|
@size-change="sizeChange" |
|
|
|
@size-change="sizeChange" |
|
|
|
@current-change="pageChange" /> |
|
|
|
@current-change="pageChanges" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 审核、订单详情 --> |
|
|
|
<!-- 审核、订单详情 --> |
|
|
|
<CheckDialog ref="addForm" :visible="addVisible" @checkSuccess="toQuery"/> |
|
|
|
<CheckDialog ref="addForm" :visible="addVisible" @checkSuccess="toQuery"/> |
|
|
|