Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
office-web
Overview
Overview
Details
Activity
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
office
office-web
Commits
b7c0d79f
Commit
b7c0d79f
authored
Oct 24, 2019
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 增加发送记录页面
parent
a2fba38e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
onlineChatSet.vue
src/views/enterpriseApp/myCustomer/onlineChatSet.vue
+9
-6
sendRecord.vue
src/views/enterpriseApp/myCustomer/sendRecord.vue
+0
-0
No files found.
src/views/enterpriseApp/myCustomer/onlineChatSet.vue
View file @
b7c0d79f
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-09-18 15:24:50
* @LastEditors: 无尘
* @LastEditTime: 2019-10-24 1
5:48:13
* @LastEditTime: 2019-10-24 1
7:55:02
-->
<!--
...
...
@@ -97,7 +97,7 @@ components: {
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"toSendDetail(scope.$index, scope.row)"
>
发送记录
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"toSendDetail(scope.$index, scope.row
, '4'
)"
>
发送记录
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -157,7 +157,7 @@ components: {
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"toSendDetail(scope.$index, scope.row)"
>
发送记录
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"toSendDetail(scope.$index, scope.row
, '1'
)"
>
发送记录
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -201,7 +201,7 @@ components: {
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"toSendDetail(scope.$index, scope.row)"
>
发送记录
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"toSendDetail(scope.$index, scope.row
, '2'
)"
>
发送记录
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -299,9 +299,9 @@ export default {
/**
* 发送记录
*/
toSendDetail
(
index
,
row
)
{
toSendDetail
(
index
,
row
,
tabType
)
{
const
that
=
this
;
that
.
$router
.
push
(
`/sendRecord?a
ppIcon=
${
this
.
$route
.
query
.
appIcon
}
`
);
that
.
$router
.
push
(
`/sendRecord?a
ctiveTab=
${
that
.
activeTab
}
&tabType=
${
tabType
}
&appIcon=
${
this
.
$route
.
query
.
appIcon
}
&relatedId=
${
row
.
id
||
row
.
goodId
}
`
);
},
/**
* 改变chatFlag
...
...
@@ -592,6 +592,9 @@ export default {
if
(
that
.
brandId
!=
''
)
{
that
.
getChatSet
(
that
.
brandId
);
}
if
(
that
.
$route
.
query
.
activeTab
!=
''
)
{
that
.
activeTab
=
that
.
$route
.
query
.
activeTab
||
'2'
;
}
}
};
</
script
>
...
...
src/views/enterpriseApp/myCustomer/sendRecord.vue
View file @
b7c0d79f
This diff is collapsed.
Click to expand it.
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