Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
865f5cda
Commit
865f5cda
authored
Sep 30, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全部客户,客户查看,客户修改页面国际化
parent
6c456cef
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
290 additions
and
292 deletions
+290
-292
edit.vue
src/views/ecw/customer/edit.vue
+109
-109
index.vue
src/views/ecw/customer/index.vue
+56
-56
query.vue
src/views/ecw/customer/query.vue
+120
-122
transferCustomer.vue
src/views/ecw/customer/transferCustomer.vue
+5
-5
No files found.
src/views/ecw/customer/edit.vue
View file @
865f5cda
This diff is collapsed.
Click to expand it.
src/views/ecw/customer/index.vue
View file @
865f5cda
This diff is collapsed.
Click to expand it.
src/views/ecw/customer/query.vue
View file @
865f5cda
This diff is collapsed.
Click to expand it.
src/views/ecw/customer/transferCustomer.vue
View file @
865f5cda
<
template
>
<
template
>
<el-dialog
<el-dialog
center
center
title=
"客服
"
:title=
"$t('客服')
"
:visible.sync=
"show"
:visible.sync=
"show"
width=
"30%"
>
width=
"30%"
>
<div
style=
"width: 100%;min-height: 200px;text-align: center"
>
<div
style=
"width: 100%;min-height: 200px;text-align: center"
>
...
@@ -10,8 +10,8 @@
...
@@ -10,8 +10,8 @@
</el-select>
</el-select>
</div>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"$emit('update:show',false)"
>
取 消
</el-button>
<el-button
@
click=
"$emit('update:show',false)"
>
{{
$t
(
'
取 消
'
)
}}
</el-button>
<el-button
type=
"primary"
@
click=
"submit"
>
确 定
</el-button>
<el-button
type=
"primary"
@
click=
"submit"
>
{{
$t
(
'
确 定
'
)
}}
</el-button>
</span>
</span>
</el-dialog>
</el-dialog>
</
template
>
</
template
>
...
@@ -50,7 +50,7 @@ export default {
...
@@ -50,7 +50,7 @@ export default {
methods
:{
methods
:{
submit
(){
submit
(){
if
(
!
this
.
service
){
if
(
!
this
.
service
){
return
this
.
$message
.
warning
(
'
请选择客户经理!
'
);
return
this
.
$message
.
warning
(
this
.
$t
(
'
请选择客户经理!
'
)
);
}
}
handOverCustomer
({
handOverCustomer
({
customerServiceId
:
this
.
service
,
customerServiceId
:
this
.
service
,
...
@@ -59,7 +59,7 @@ export default {
...
@@ -59,7 +59,7 @@ export default {
if
(
r
.
code
===
0
){
if
(
r
.
code
===
0
){
this
.
$emit
(
'
update:show
'
,
false
)
this
.
$emit
(
'
update:show
'
,
false
)
this
.
$emit
(
'
update:customerIds
'
,[])
this
.
$emit
(
'
update:customerIds
'
,[])
this
.
$message
.
success
(
'
用户批量转移成功!
'
)
this
.
$message
.
success
(
this
.
$t
(
'
用户批量转移成功!
'
)
)
}
}
})
})
},
},
...
...
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