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
875415f5
Commit
875415f5
authored
Sep 10, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
团队概况、小时动态 更新uid字段,修复部分字段错误
parent
c681d0bc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
ChatRecord.vue
src/components/framework/ChatRecord.vue
+2
-0
hour.vue
src/components/team/hour.vue
+1
-1
hourDialog.vue
src/components/team/hourDialog.vue
+3
-4
index.vue
src/components/team/index.vue
+1
-1
No files found.
src/components/framework/ChatRecord.vue
View file @
875415f5
...
...
@@ -163,10 +163,12 @@
props
:
{
friendId
:
{
type
:
Number
,
default
:
0
,
required
:
true
},
startAt
:
{
type
:
String
,
default
:
''
,
required
:
true
}
},
...
...
src/components/team/hour.vue
View file @
875415f5
...
...
@@ -43,7 +43,7 @@
<
el
-
table
-
column
label
=
"有效微信沟通/通次"
>
<
template
slot
-
scope
=
"scope"
>
<
span
class
=
"cell-link"
@
click
=
"dialogToggle(scope.row)"
>
{{
scope
.
row
.
valid_chat_count
+
'
/
'
+
scope
.
row
.
valid_phone_count
}}
<
/span
>
<
span
class
=
"cell-link"
@
click
=
"dialogToggle(scope.row)"
>
{{
scope
.
row
.
valid_chat_count
+
'
/
'
+
scope
.
row
.
valid_phone_count
}}
<
/span
>
<
/template
>
<
/el-table-column
>
...
...
src/components/team/hourDialog.vue
View file @
875415f5
...
...
@@ -43,11 +43,10 @@
</tbody>
</table>
<!--回访 开始-->
<el-table
:data=
"list"
border
size=
"small"
>
<!--
<el-table-column
label=
"序号"
prop=
"staff_name"
></el-table-column>
-->
<el-table-column
label=
"老师"
prop=
"teacher_name"
></el-table-column>
<el-table-column
label=
"UID"
prop=
"
user_
id"
></el-table-column>
<el-table-column
label=
"UID"
prop=
"
friend_u
id"
></el-table-column>
<el-table-column
label=
"客户微信昵称"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
nick
||
'-'
}}
</
template
>
</el-table-column>
...
...
@@ -84,13 +83,13 @@
</
template
>
</el-table-column>
</el-table>
<!--回访 结束-->
<page
:current-page=
"nowPage"
:total=
"total"
:limit=
"limit"
@
pageChange=
"onPageChange"
@
sizeChange=
"onSizeChange"
/>
</div>
</el-dialog>
<!--小弹框-->
<el-dialog
top=
"5vh"
width=
"1200px"
append-to-body
:title=
"dialog.title"
:visible
.
sync=
"dialog.show"
>
...
...
@@ -98,7 +97,7 @@
<el-table
:data=
"dialog.list"
border
size=
"small"
>
<!--<el-table-column label="序号" prop="staff_name"></el-table-column>-->
<el-table-column
label=
"老师"
prop=
"teacher_name"
></el-table-column>
<el-table-column
label=
"UID"
prop=
"
user_
id"
></el-table-column>
<el-table-column
label=
"UID"
prop=
"
friend_u
id"
></el-table-column>
<el-table-column
label=
"客户微信昵称"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
nick
||
'-'
}}
</
template
>
</el-table-column>
...
...
src/components/team/index.vue
View file @
875415f5
...
...
@@ -164,7 +164,7 @@
<
/template
>
<
template
slot
-
scope
=
"scope"
>
<
span
class
=
"cell-link"
@
click
=
"dialogToggle(scope.row, 'achievement')"
>
{{
transRate
(
scope
.
row
.
month_
trans_
order_num
,
scope
.
row
.
month_trans_user_num
)
}}
{{
transRate
(
scope
.
row
.
month_order_num
,
scope
.
row
.
month_trans_user_num
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
...
...
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