Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
Overview
Overview
Details
Activity
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
memberTag
memberTag-web
Commits
bb35dcf4
Commit
bb35dcf4
authored
Jun 15, 2020
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分页更改
parent
e0810844
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
30 additions
and
29 deletions
+30
-29
index.html
index.html
+1
-0
addTagView.vue
src/components/addTagView.vue
+2
-2
card.vue
src/components/card/card.vue
+1
-1
linktools.vue
src/view/linktools/linktools.vue
+2
-2
linktoolsold.vue
src/view/linktools/linktoolsold.vue
+4
-4
linktoolspage.vue
src/view/linktools/linktoolspage.vue
+2
-2
manualTagList.vue
src/view/manualTag/manualTagList.vue
+2
-2
memberGroupDetail.vue
src/view/memberGroup/memberGroupDetail.vue
+2
-2
memberGroupEdit.vue
src/view/memberGroup/memberGroupEdit.vue
+2
-2
memberGroupList.vue
src/view/memberGroup/memberGroupList.vue
+4
-4
memberLevelDetail.vue
src/view/memberGroup/memberLevelDetail.vue
+2
-2
member-tag.vue
src/view/platformTag/member-tag.vue
+2
-2
myTagList.vue
src/view/platformTag/myTag/myTagList.vue
+2
-2
platformTagList.vue
src/view/platformTag/platformTagList.vue
+2
-2
No files found.
index.html
View file @
bb35dcf4
...
@@ -29,5 +29,6 @@
...
@@ -29,5 +29,6 @@
<script
src=
"//web-1251519181.file.myqcloud.com/components/card.2.0.02.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/card.2.0.02.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/selector.1.1.95.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/selector.1.1.95.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/export-excel.2.0.13.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/export-excel.2.0.13.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/pagination.1.0.5.js"
></script>
</body>
</body>
</html>
</html>
src/components/addTagView.vue
View file @
bb35dcf4
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
</el-table>
</el-table>
</div>
</div>
<div
class=
"block common-wrap__page text-right"
v-if=
"myTagTableData.length != 0"
>
<div
class=
"block common-wrap__page text-right"
v-if=
"myTagTableData.length != 0"
>
<
el
-pagination
background
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-size=
"pageSize"
layout=
"prev, pager, next"
:total=
"total"
>
<
dm
-pagination
background
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-size=
"pageSize"
layout=
"prev, pager, next"
:total=
"total"
>
</
el
-pagination>
</
dm
-pagination>
</div>
</div>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"暂存架"
name=
"second"
>
<el-tab-pane
label=
"暂存架"
name=
"second"
>
...
...
src/components/card/card.vue
View file @
bb35dcf4
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
</el-table>
</el-table>
<div
class=
"pagination"
v-if=
"total > 0"
>
<div
class=
"pagination"
v-if=
"total > 0"
>
<
el-pagination
class=
"table-light-color"
@
current-change=
"cardCurrentChange"
:current-page=
"cardCurrentPage"
:page-size=
"cardPageSize"
layout=
"prev, pager, next"
:total=
"total"
>
</el
-pagination>
<
dm-pagination
class=
"table-light-color"
@
current-change=
"cardCurrentChange"
:current-page=
"cardCurrentPage"
:page-size=
"cardPageSize"
layout=
"prev, pager, next"
:total=
"total"
>
</dm
-pagination>
</div>
</div>
</div>
</div>
<div
class=
"dialog-footer"
>
<div
class=
"dialog-footer"
>
...
...
src/view/linktools/linktools.vue
View file @
bb35dcf4
...
@@ -156,7 +156,7 @@ components: {
...
@@ -156,7 +156,7 @@ components: {
</div>
</div>
<!-- 分页 -->
<!-- 分页 -->
<div
class=
"links-tools-page"
>
<div
class=
"links-tools-page"
>
<
el
-pagination
<
dm
-pagination
@
size-change=
"linkSizeChange"
@
size-change=
"linkSizeChange"
@
current-change=
"linkCurrentChange"
@
current-change=
"linkCurrentChange"
:current-page=
"currentPage"
:current-page=
"currentPage"
...
@@ -165,7 +165,7 @@ components: {
...
@@ -165,7 +165,7 @@ components: {
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
:total=
"total"
>
>
</
el
-pagination>
</
dm
-pagination>
</div>
</div>
</div>
</div>
...
...
src/view/linktools/linktoolsold.vue
View file @
bb35dcf4
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
</div>
</div>
<!-- 分页 -->
<!-- 分页 -->
<div
class=
"links-tools-page"
>
<div
class=
"links-tools-page"
>
<
el
-pagination
<
dm
-pagination
@
size-change=
"linkSizeChange"
@
size-change=
"linkSizeChange"
@
current-change=
"linkCurrentChange"
@
current-change=
"linkCurrentChange"
:current-page=
"currentPage"
:current-page=
"currentPage"
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
:total=
"total"
>
>
</
el
-pagination>
</
dm
-pagination>
</div>
</div>
</div>
</div>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
...
@@ -149,7 +149,7 @@
...
@@ -149,7 +149,7 @@
</div>
</div>
<!-- 分页 -->
<!-- 分页 -->
<div
class=
"links-tools-page"
>
<div
class=
"links-tools-page"
>
<
el
-pagination
<
dm
-pagination
@
size-change=
"linkSizeChange"
@
size-change=
"linkSizeChange"
@
current-change=
"linkCurrentChange"
@
current-change=
"linkCurrentChange"
:current-page=
"currentPage"
:current-page=
"currentPage"
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
:total=
"total"
>
>
</
el
-pagination>
</
dm
-pagination>
</div>
</div>
</el-tab-pane>
</el-tab-pane>
...
...
src/view/linktools/linktoolspage.vue
View file @
bb35dcf4
...
@@ -157,7 +157,7 @@ components: {
...
@@ -157,7 +157,7 @@ components: {
</div>
</div>
<!-- 分页 -->
<!-- 分页 -->
<div
class=
"links-tools-page"
>
<div
class=
"links-tools-page"
>
<
el
-pagination
<
dm
-pagination
@
size-change=
"linkSizeChange"
@
size-change=
"linkSizeChange"
@
current-change=
"linkCurrentChange"
@
current-change=
"linkCurrentChange"
:current-page=
"currentPage"
:current-page=
"currentPage"
...
@@ -166,7 +166,7 @@ components: {
...
@@ -166,7 +166,7 @@ components: {
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
:total=
"total"
>
>
</
el
-pagination>
</
dm
-pagination>
</div>
</div>
</div>
</div>
...
...
src/view/manualTag/manualTagList.vue
View file @
bb35dcf4
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
</el-table>
</el-table>
</div>
</div>
<div
class=
"block common-wrap__page text-right"
v-if=
"tagTableData.length != 0"
>
<div
class=
"block common-wrap__page text-right"
v-if=
"tagTableData.length != 0"
>
<
el
-pagination
<
dm
-pagination
background
background
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
:total=
"total"
>
>
</
el
-pagination>
</
dm
-pagination>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/view/memberGroup/memberGroupDetail.vue
View file @
bb35dcf4
...
@@ -263,7 +263,7 @@
...
@@ -263,7 +263,7 @@
</el-table>
</el-table>
</div>
</div>
<div
class=
"block common-wrap__page text-right"
v-if=
"memberGroupDetailData.length != 0"
>
<div
class=
"block common-wrap__page text-right"
v-if=
"memberGroupDetailData.length != 0"
>
<
el
-pagination
<
dm
-pagination
background
background
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
...
@@ -273,7 +273,7 @@
...
@@ -273,7 +273,7 @@
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
:total=
"total"
>
>
</
el
-pagination>
</
dm
-pagination>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/view/memberGroup/memberGroupEdit.vue
View file @
bb35dcf4
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
style=
"height: 475px"
style=
"height: 475px"
></tag-container>
></tag-container>
<div
class=
"page-box"
>
<div
class=
"page-box"
>
<
el
-pagination
<
dm
-pagination
background
background
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
...
@@ -177,7 +177,7 @@
...
@@ -177,7 +177,7 @@
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
:total=
"total"
v-if=
"total > 0"
v-if=
"total > 0"
></
el
-pagination>
></
dm
-pagination>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/view/memberGroup/memberGroupList.vue
View file @
bb35dcf4
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
</el-table>
</el-table>
</div>
</div>
<div
class=
"block common-wrap__page text-right"
v-if=
"groupTableData.length != 0"
>
<div
class=
"block common-wrap__page text-right"
v-if=
"groupTableData.length != 0"
>
<
el
-pagination
<
dm
-pagination
background
background
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
...
@@ -155,7 +155,7 @@
...
@@ -155,7 +155,7 @@
:page-size=
"pageSize"
:page-size=
"pageSize"
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
>
:total=
"total"
>
</
el
-pagination>
</
dm
-pagination>
</div>
</div>
</div>
</div>
...
@@ -223,7 +223,7 @@
...
@@ -223,7 +223,7 @@
</el-table>
</el-table>
</div>
</div>
<div
class=
"block common-wrap__page text-right"
v-if=
"groupTableData.length != 0"
>
<div
class=
"block common-wrap__page text-right"
v-if=
"groupTableData.length != 0"
>
<
el
-pagination
<
dm
-pagination
background
background
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
...
@@ -233,7 +233,7 @@
...
@@ -233,7 +233,7 @@
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
:total=
"total"
>
>
</
el
-pagination>
</
dm
-pagination>
</div>
</div>
</div>
</div>
...
...
src/view/memberGroup/memberLevelDetail.vue
View file @
bb35dcf4
...
@@ -260,7 +260,7 @@
...
@@ -260,7 +260,7 @@
</el-table>
</el-table>
</div>
</div>
<div
class=
"block common-wrap__page text-right"
v-if=
"memberGroupDetailData.length != 0"
>
<div
class=
"block common-wrap__page text-right"
v-if=
"memberGroupDetailData.length != 0"
>
<
el
-pagination
<
dm
-pagination
background
background
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
...
@@ -269,7 +269,7 @@
...
@@ -269,7 +269,7 @@
:page-size=
"pageSize"
:page-size=
"pageSize"
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
>
:total=
"total"
>
</
el
-pagination>
</
dm
-pagination>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/view/platformTag/member-tag.vue
View file @
bb35dcf4
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<
tag
-
container
@
deleteHandTag
=
"deleteHandTag"
:
data
=
"memberTagList"
:
handTag
=
"handTag"
:
groupId
=
"groupId"
:
refersh
=
"refershList"
@
addTag
=
"selectedTag"
@
editHandTag
=
"editHandTag"
ref
=
"tagContainer"
/>
<
tag
-
container
@
deleteHandTag
=
"deleteHandTag"
:
data
=
"memberTagList"
:
handTag
=
"handTag"
:
groupId
=
"groupId"
:
refersh
=
"refershList"
@
addTag
=
"selectedTag"
@
editHandTag
=
"editHandTag"
ref
=
"tagContainer"
/>
<
div
class
=
"page-box"
v
-
if
=
"total > 0"
>
<
div
class
=
"page-box"
v
-
if
=
"total > 0"
>
<
el
-
pagination
<
dm
-
pagination
background
background
@
size
-
change
=
"handleSizeChange"
@
size
-
change
=
"handleSizeChange"
@
current
-
change
=
"handleCurrentChange"
@
current
-
change
=
"handleCurrentChange"
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
:
page
-
size
=
"pageSize"
:
page
-
size
=
"pageSize"
layout
=
"total, sizes, prev, pager, next, jumper"
layout
=
"total, sizes, prev, pager, next, jumper"
:
total
=
"total"
:
total
=
"total"
><
/
el
-pagination
>
><
/
dm
-pagination
>
<
/div
>
<
/div
>
<!--
我的标签
-->
<!--
我的标签
-->
...
...
src/view/platformTag/myTag/myTagList.vue
View file @
bb35dcf4
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
</el-table>
</el-table>
</div>
</div>
<div
class=
"block common-wrap__page text-right"
v-if=
"tagTableData.length != 0"
>
<div
class=
"block common-wrap__page text-right"
v-if=
"tagTableData.length != 0"
>
<
el
-pagination
<
dm
-pagination
background
background
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
:total=
"total"
>
>
</
el
-pagination>
</
dm
-pagination>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/view/platformTag/platformTagList.vue
View file @
bb35dcf4
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
</el-table>
</el-table>
</div>
</div>
<div
class=
"block common-wrap__page text-right"
v-if=
"tagTableData.length != 0"
>
<div
class=
"block common-wrap__page text-right"
v-if=
"tagTableData.length != 0"
>
<
el
-pagination
<
dm
-pagination
background
background
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
:total=
"total"
>
>
</
el
-pagination>
</
dm
-pagination>
</div>
</div>
</div>
</div>
</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