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
0ec22352
Commit
0ec22352
authored
Jun 25, 2022
by
Marcus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户投诉跟进
parent
8b054d4a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/components/CustomerFollow/index.vue
+1
-1
index.vue
src/views/ecw/customerComplaint/index.vue
+1
-1
No files found.
src/components/CustomerFollow/index.vue
View file @
0ec22352
...
...
@@ -49,7 +49,7 @@
<el-table-column
prop=
"followUserId"
label=
"跟进业务"
:formatter=
"(row, column, cellValue) => serviceUserList.find(e => e.id === cellValue)
.nickname
"
:formatter=
"(row, column, cellValue) => serviceUserList.find(e => e.id === cellValue)
? serviceUserList.find(e => e.id === cellValue).nickname : ''
"
>
</el-table-column>
</el-table>
...
...
src/views/ecw/customerComplaint/index.vue
View file @
0ec22352
...
...
@@ -128,7 +128,7 @@
</el-form-item>
</el-form>
<customer-follow
:customer-id=
"form.id"
></customer-follow>
<customer-follow
v-show=
"!!this.form.id"
:customer-id=
"form.id"
></customer-follow>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
...
...
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