Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
member
member
Commits
443a7ab7
Commit
443a7ab7
authored
Nov 25, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: change detail's link
parent
83802375
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
22 deletions
+6
-22
abnormal-member.vue
src/components/wechatmembers/abnormal-member.vue
+3
-11
frozenList.vue
src/components/wechatmembers/frozenList.vue
+3
-11
No files found.
src/components/wechatmembers/abnormal-member.vue
View file @
443a7ab7
...
...
@@ -247,8 +247,7 @@
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
@
click=
"JumpLink(scope.row.memberId)"
v-if=
"!!scope.row.channel"
@
click=
"linkDetail(scope.row.memberId)"
>
查看
</el-button>
<el-button
type=
"text"
...
...
@@ -414,8 +413,8 @@ export default {
methods
:
{
linkDetail
(
memberId
)
{
this
.
$router
.
push
({
path
:
"/
wechatmemb
erDetail"
,
query
:
{
memberId
:
memberId
}
path
:
"/
custom
erDetail"
,
query
:
{
memberId
}
});
},
// 搜索框回车
...
...
@@ -613,13 +612,6 @@ export default {
cPage
:
1
});
},
// 查看跳转
JumpLink
(
memberId
)
{
this
.
$router
.
push
({
path
:
"/customerDetail"
,
query
:
{
memberId
}
});
},
handleSizeChange
(
val
)
{
this
.
currentPage
=
1
;
this
.
pageSize
=
val
;
...
...
src/components/wechatmembers/frozenList.vue
View file @
443a7ab7
...
...
@@ -205,8 +205,7 @@
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
@
click=
"JumpLink(scope.row.memberId)"
v-if=
"!!scope.row.channel"
@
click=
"linkDetail(scope.row.memberId)"
>
查看
</el-button>
<el-button
type=
"text"
...
...
@@ -353,8 +352,8 @@ export default {
methods
:
{
linkDetail
(
memberId
)
{
this
.
$router
.
push
({
path
:
"/
wechatmemb
erDetail"
,
query
:
{
memberId
:
memberId
}
path
:
"/
custom
erDetail"
,
query
:
{
memberId
}
});
},
getList
(
options
)
{
...
...
@@ -525,13 +524,6 @@ export default {
cPage
:
1
});
},
JumpLink
(
memberId
)
{
// 会员类型 1 微信会员 2 pos会员
this
.
$router
.
push
({
path
:
"/customerDetail"
,
query
:
{
memberId
}
});
},
handleSizeChange
(
val
)
{
this
.
currentPage
=
1
;
this
.
pageSize
=
val
;
...
...
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