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
09d4ebd8
Commit
09d4ebd8
authored
Apr 16, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 删除会员卡片
parent
825678ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
manual-tag-value-edit-info.vue
src/view/manualTag/manual-tag-value-edit-info.vue
+3
-3
No files found.
src/view/manualTag/manual-tag-value-edit-info.vue
View file @
09d4ebd8
...
...
@@ -51,7 +51,7 @@
<!-- 基本信息 -->
<template
v-if=
"item.code == 'name'"
>
<div
@
click=
"linkDetail(scope.row.memberId, scope.row.isWeixinMember)"
style=
"cursor: pointer;"
class=
"tablecontent-cell"
>
<el-popover
placement=
"top-start"
width=
"400"
height=
"180"
trigger=
"hover"
@
show=
"showSingleInfo(scope.row.memberId)"
>
<
!--
<
el-popover
placement=
"top-start"
width=
"400"
height=
"180"
trigger=
"hover"
@
show=
"showSingleInfo(scope.row.memberId)"
>
<div
class=
"pointer"
@
click=
"linkDetail(scope.row.memberId, scope.row.isWeixinMember)"
>
<div
class=
"singelinfo flex"
>
<div
class=
"singelinfo-img"
>
...
...
@@ -101,7 +101,8 @@
<a
class=
"singelinfo-jlitem flex-1"
>
卡券记录 (
{{
singleInfo
.
couponCount
}}
)
</a>
</div>
</div>
<span
slot=
"reference"
>
</el-popover>
-->
<span>
<div
class=
"flex"
>
<span
class=
"table-member__img inline-block middle border-box m-r-10"
>
<img
:src=
"scope.row.thirdImgUrl ? scope.row.thirdImgUrl : require('../../assets/group/member_img.png')"
/>
...
...
@@ -112,7 +113,6 @@
</div>
</div>
</span>
</el-popover>
</div>
</
template
>
<!-- 会员等级 -->
...
...
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