Commit 766b556a authored by pengyunqian's avatar pengyunqian

Merge branch 'feature/distribution' of...

Merge branch 'feature/distribution' of https://git.yidian-inc.com:8021/bp/op-web-service into feature/distribution
parents fbb70145 51fe5c15
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
</el-table> </el-table>
<page <page
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
v-model:current-page="orderQueryObj.page" :current-page="orderQueryObj.page"
:page-size="orderQueryObj.page_size" :page-size="orderQueryObj.page_size"
:total="totalNum" :total="totalNum"
/> />
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</el-table> </el-table>
<page <page
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
v-model:current-page="orderQueryObj.page" :current-page="orderQueryObj.page"
:page-size="orderQueryObj.page_size" :page-size="orderQueryObj.page_size"
:total="totalNum" :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