Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
803d7b95
Commit
803d7b95
authored
Jul 16, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev
parents
e5d91a75
b8a2c660
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
src/components/order-list/order-list-com.vue
src/components/order-list/order-list-com.vue
+2
-2
src/components/service-list/commodity-list.vue
src/components/service-list/commodity-list.vue
+2
-2
src/components/table/table-um.vue
src/components/table/table-um.vue
+2
-2
No files found.
src/components/order-list/order-list-com.vue
View file @
803d7b95
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
:disabled=
"pagination.page == 1"
:disabled=
"pagination.page == 1"
></el-button>
></el-button>
第
{{
pagination
.
page
}}
页 / 共
{{
第
{{
pagination
.
page
}}
页 / 共
{{
Math
.
ce
l
l
((
pagination
.
total
==
0
?
1
:
pagination
.
total
)
/
pagination
.
rowsPerPage
)
Math
.
ce
i
l
((
pagination
.
total
==
0
?
1
:
pagination
.
total
)
/
pagination
.
rowsPerPage
)
}}
页
}}
页
<el-button
<el-button
icon=
"el-icon-arrow-right"
icon=
"el-icon-arrow-right"
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
@
click=
"handleCurrentChange(1)"
@
click=
"handleCurrentChange(1)"
:disabled=
"
:disabled=
"
pagination.page >=
pagination.page >=
Math.ce
l
l((pagination.total == 0 ? 1 : pagination.total) / pagination.rowsPerPage)
Math.ce
i
l((pagination.total == 0 ? 1 : pagination.total) / pagination.rowsPerPage)
"
"
></el-button>
></el-button>
</div>
</div>
...
...
src/components/service-list/commodity-list.vue
View file @
803d7b95
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
:disabled=
"pagination.page == 1"
:disabled=
"pagination.page == 1"
></el-button>
></el-button>
第
{{
pagination
.
page
}}
页 / 共
{{
第
{{
pagination
.
page
}}
页 / 共
{{
Math
.
ce
l
l
((
pagination
.
total
==
0
?
1
:
pagination
.
total
)
/
pagination
.
rowsPerPage
)
Math
.
ce
i
l
((
pagination
.
total
==
0
?
1
:
pagination
.
total
)
/
pagination
.
rowsPerPage
)
}}
页
}}
页
<el-button
<el-button
icon=
"el-icon-arrow-right"
icon=
"el-icon-arrow-right"
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
@
click=
"handleCurrentChange(1)"
@
click=
"handleCurrentChange(1)"
:disabled=
"
:disabled=
"
pagination.page >=
pagination.page >=
Math.ce
l
l((pagination.total == 0 ? 1 : pagination.total) / pagination.rowsPerPage)
Math.ce
i
l((pagination.total == 0 ? 1 : pagination.total) / pagination.rowsPerPage)
"
"
></el-button>
></el-button>
</div>
</div>
...
...
src/components/table/table-um.vue
View file @
803d7b95
...
@@ -236,7 +236,7 @@
...
@@ -236,7 +236,7 @@
:disabled=
"pagination.page == 1"
:disabled=
"pagination.page == 1"
></el-button>
></el-button>
第{{ pagination.page }}页 / 共{{
第{{ pagination.page }}页 / 共{{
Math.ce
l
l((pagination.total == 0 ? 1 : pagination.total) / pagination.rowsPerPage)
Math.ce
i
l((pagination.total == 0 ? 1 : pagination.total) / pagination.rowsPerPage)
}}页
}}页
<el-button
<el-button
icon=
"el-icon-arrow-right"
icon=
"el-icon-arrow-right"
...
@@ -245,7 +245,7 @@
...
@@ -245,7 +245,7 @@
@
click=
"handleCurrentChange(1)"
@
click=
"handleCurrentChange(1)"
:disabled=
"
:disabled=
"
pagination.page >=
pagination.page >=
Math.ce
l
l((pagination.total == 0 ? 1 : pagination.total) / pagination.rowsPerPage)
Math.ce
i
l((pagination.total == 0 ? 1 : pagination.total) / pagination.rowsPerPage)
"
"
></el-button>
></el-button>
</div>
</div>
...
...
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