Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
op-web-service
Commits
c1585a37
Commit
c1585a37
authored
Jul 30, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/distribution' into test
parents
3cacb204
766b556a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/pages/Groupmeal/Distrib/index.vue
+1
-1
index.vue
src/pages/Groupmeal/orderManagement/index.vue
+2
-2
No files found.
src/pages/Groupmeal/Distrib/index.vue
View file @
c1585a37
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<!-- 页码区 -->
<!-- 页码区 -->
<Pagination
<Pagination
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
v-model
.
current-page=
"page"
v-model
:
current-page=
"page"
:page-size=
"pageSize"
:page-size=
"pageSize"
:total=
"total"
:total=
"total"
></Pagination>
></Pagination>
...
...
src/pages/Groupmeal/orderManagement/index.vue
View file @
c1585a37
...
@@ -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"
/>
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment