Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
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
new-sing
admin-base
Commits
2b660a92
Commit
2b660a92
authored
Aug 23, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回访信息 修复添加回访信息绑定老师不对的bug
parent
682884b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
src/components/callBack/index.vue
+3
-3
No files found.
src/components/callBack/index.vue
View file @
2b660a92
...
...
@@ -59,7 +59,7 @@
<template
v-if=
"item.flag == 0"
>
<span
class=
"time"
>
{{
item
.
created_at
}}
</span>
<span
class=
"grey"
>
系统导入
</span>
<span
class=
"grey"
v-if=
"item.first_key"
:class=
"(item.desc.indexOf('支付')>-1) ? 'bold' : ''"
>
{{
item
.
first_key
}}
</span>
<span
class=
"grey"
v-if=
"item.first_key
&& item.desc
"
:class=
"(item.desc.indexOf('支付')>-1) ? 'bold' : ''"
>
{{
item
.
first_key
}}
</span>
<span
class=
"info"
v-if=
"item.desc"
:class=
"(item.desc.indexOf('支付')>-1) ? 'red' : ''"
>
{{
item
.
desc
}}
</span>
</
template
>
<
template
v-else-if=
"item.flag == 1"
>
...
...
@@ -308,8 +308,8 @@
}
let
json
=
{
user_id
:
this
.
callbackObj
.
id
,
//
teacher_id: this.callbackObj.teacher_id, // TODO
teacher_id
:
84
,
// TODO
teacher_id
:
this
.
callbackObj
.
teacher_id
,
// TODO
//
teacher_id: 84, // TODO
method
:
this
.
add
.
method
,
type
:
this
.
add
.
type
,
intention
:
this
.
add
.
intention
,
...
...
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