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
9c34f36d
Commit
9c34f36d
authored
Jan 15, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
14c4dcfb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
CustomerContactList.vue
src/components/SalesModule/Common/CustomerContactList.vue
+5
-3
No files found.
src/components/SalesModule/Common/CustomerContactList.vue
View file @
9c34f36d
...
...
@@ -75,10 +75,10 @@
:label=
"$t('hotel.table_operat')"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<el-tooltip
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-tooltip>
<el-tooltip
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-tooltip>
<!--
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.ph_shanchu')"
placement=
"top-start"
>
...
...
@@ -158,7 +158,8 @@
ContactId
:
0
,
ContactName
:
""
,
Password
:
""
}
},
EmployeeId
:
0
};
},
filters
:
{
...
...
@@ -243,6 +244,7 @@
},
},
mounted
()
{
this
.
EmployeeId
=
this
.
getLocalStorage
().
EmployeeId
;
this
.
GetCustomerContactList
()
},
};
...
...
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