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
abf93254
Commit
abf93254
authored
Aug 29, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待回访批量备注提价
parent
85dbdea6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
replayed.vue
src/components/teacherDetail/replayed.vue
+4
-4
No files found.
src/components/teacherDetail/replayed.vue
View file @
abf93254
...
...
@@ -56,25 +56,25 @@
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
intention
===
1
?
'低意向'
:
scope
.
row
.
intention
===
2
?
'中意向'
:
scope
.
row
.
intention
===
3
?
'高意向'
:
'不跟踪'
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"next_visit_at"
label=
"最近备注时间"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
remark_time
===
0
?
scope
.
row
.
created_at
:
scope
.
row
.
remark_time
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"
created
_at"
prop=
"
next_visit
_at"
label=
"回访时间"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"desc"
label=
"操作"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
><el-input
v-model=
"remarks"
placeholder=
"请输入内容"
></el-input><el-button
size=
"medium"
type=
"primary"
@
click=
"batchRemarks(item.id)"
>
备注
</el-button></
template
>
</el-table-column>
</el-table>
</el-dialog>
<el-dialog
title=
"批量备注"
append-to-body
:visible
.
sync=
"dialogFormVisible"
style=
"z-index: 7000"
>
<
el-input
v-model=
"remarks"
placeholder=
"请输入内容"
></el-input
>
<
!--<el-input size="mini" v-model="remarks" placeholder="请输入内容"></el-input>--
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"dialogFormVisible = false"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"OK"
>
确 定
</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