Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
95163d21
authored
2020-11-06 15:41:42 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
表格显示总条数
1 parent
fe2bdbd0
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
src/views/panel/add/index.vue
src/views/panel/index.vue
src/views/panel/modify/index.vue
src/views/panel/search/index.vue
src/views/panel/add/index.vue
View file @
95163d2
...
...
@@ -41,7 +41,7 @@
</el-table-column>
</el-table>
<div
class=
"pagination"
>
<el-pagination
background
layout=
"prev, pager, next
"
:total=
"1000
"
>
<el-pagination
background
layout=
"prev, pager, next
,total"
:total=
"total
"
>
</el-pagination>
</div>
</div>
...
...
src/views/panel/index.vue
View file @
95163d2
...
...
@@ -64,7 +64,7 @@
</el-card>
</div>
<div
class=
"pagination"
>
<el-pagination
background
layout=
"prev, pager, next
"
:total=
"1000
"
>
<el-pagination
background
layout=
"prev, pager, next
,total"
:total=
"total
"
>
</el-pagination>
</div>
</div>
...
...
@@ -91,6 +91,7 @@ export default {
],
tableHeight
:
""
,
total
:
0
};
},
mounted
()
{
...
...
src/views/panel/modify/index.vue
View file @
95163d2
...
...
@@ -41,7 +41,7 @@
</el-table-column>
</el-table>
<div
class=
"pagination"
>
<el-pagination
background
layout=
"prev, pager, next"
:total=
"total"
<el-pagination
background
layout=
"prev, pager, next
,total
"
:total=
"total"
:current-page=
"pageNo"
@
current-change=
"handleCurrentChange"
>
</el-pagination>
</div>
...
...
src/views/panel/search/index.vue
View file @
95163d2
...
...
@@ -41,7 +41,7 @@
</el-table-column>
</el-table>
<div
class=
"pagination"
>
<el-pagination
background
layout=
"prev, pager, next"
:total=
"total"
<el-pagination
background
layout=
"prev, pager, next
,total
"
:total=
"total"
:current-page=
"pageNo"
@
current-change=
"handleCurrentChange"
>
</el-pagination>
</div>
...
...
Please
register
or
sign in
to post a comment