Commit c1585a37 authored by pengyunqian's avatar pengyunqian

Merge branch 'feature/distribution' into test

parents 3cacb204 766b556a
......@@ -49,7 +49,7 @@
<!-- 页码区 -->
<Pagination
@current-change="handleCurrentChange"
v-model.current-page="page"
v-model:current-page="page"
:page-size="pageSize"
:total="total"
></Pagination>
......
......@@ -175,7 +175,7 @@
</el-table>
<page
@current-change="handleCurrentChange"
v-model:current-page="orderQueryObj.page"
:current-page="orderQueryObj.page"
:page-size="orderQueryObj.page_size"
:total="totalNum"
/>
......@@ -264,7 +264,7 @@
</el-table>
<page
@current-change="handleCurrentChange"
v-model:current-page="orderQueryObj.page"
:current-page="orderQueryObj.page"
:page-size="orderQueryObj.page_size"
:total="totalNum"
/>
......
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