Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
7782f054
Commit
7782f054
authored
1 month ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
973e6926
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
CustomerContactList.vue
src/components/SalesModule/Common/CustomerContactList.vue
+8
-6
No files found.
src/components/SalesModule/Common/CustomerContactList.vue
View file @
7782f054
...
@@ -85,18 +85,18 @@
...
@@ -85,18 +85,18 @@
:label=
"$t('hotel.table_operat')"
:label=
"$t('hotel.table_operat')"
show-overflow-tooltip
>
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
style=
"display: flex;
justify-content: space-between;
flex-wrap: wrap;"
>
<div
style=
"display: flex;flex-wrap: wrap;"
>
<div>
<div
style=
"margin-right: 10px;"
>
<el-tooltip
v-if=
"scope.row.CreateBy==EmployeeId"
class=
"item"
effect=
"dark"
:content=
"$t('pub.edit')"
placement=
"top-start"
>
<el-tooltip
v-if=
"scope.row.CreateBy==EmployeeId"
class=
"item"
effect=
"dark"
:content=
"$t('pub.edit')"
placement=
"top-start"
>
<el-button
@
click
.
stop=
"EditContact(scope.row)"
style=
"padding:4px"
type=
"primary"
icon=
"el-icon-edit"
circle
></el-button>
<el-button
@
click
.
stop=
"EditContact(scope.row)"
style=
"padding:4px"
type=
"primary"
icon=
"el-icon-edit"
circle
></el-button>
</el-tooltip>
</el-tooltip>
</div>
</div>
<div>
<div
style=
"margin-right: 10px;"
>
<el-tooltip
v-if=
"scope.row.CreateBy==EmployeeId"
class=
"item"
effect=
"dark"
:content=
"$t('adm.adm_resetpd')"
placement=
"top-start"
>
<el-tooltip
v-if=
"scope.row.CreateBy==EmployeeId"
class=
"item"
effect=
"dark"
:content=
"$t('adm.adm_resetpd')"
placement=
"top-start"
>
<el-button
@
click
.
stop=
"EditPassword(scope.row)"
style=
"padding:4px"
type=
"success"
icon=
"el-icon-refresh"
circle
></el-button>
<el-button
@
click
.
stop=
"EditPassword(scope.row)"
style=
"padding:4px"
type=
"success"
icon=
"el-icon-refresh"
circle
></el-button>
</el-tooltip>
</el-tooltip>
</div>
</div>
<div>
<div
style=
"margin-right: 10px;"
>
<el-tooltip
v-if=
"scope.row.IsActivation==0"
class=
"item"
effect=
"dark"
:content=
"$t('op.ShareInviteCode')"
placement=
"top-start"
>
<el-tooltip
v-if=
"scope.row.IsActivation==0"
class=
"item"
effect=
"dark"
:content=
"$t('op.ShareInviteCode')"
placement=
"top-start"
>
<el-popover
width=
"180"
trigger=
"click"
>
<el-popover
width=
"180"
trigger=
"click"
>
<div
class=
"w150"
v-loading=
"wxLoading"
>
<div
class=
"w150"
v-loading=
"wxLoading"
>
...
@@ -114,8 +114,10 @@
...
@@ -114,8 +114,10 @@
{{
$t
(
"salesModule.XCX"
)
}}
{{
$t
(
"salesModule.XCX"
)
}}
</p>
</p>
</div>
</div>
<el-button
slot=
"reference"
type=
"primary"
style=
"padding:4px "
icon=
"iconfont icon-fenxiang"
@
click=
"getWxCode(scope.$index)"
circle
></el-button>
<el-button
slot=
"reference"
type=
"primary"
style=
"padding:4px"
icon=
""
@
click=
"getWxCode(scope.$index)"
circle
>
</el-popover>
<i
class=
"iconfont icon-fenxiang"
style=
"font-size: 14px;"
></i>
</el-button>
</el-popover>
</el-tooltip>
</el-tooltip>
</div>
</div>
<!--
<div>
<!--
<div>
...
...
This diff is collapsed.
Click to expand it.
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