话术预览
This commit is contained in:
parent
425b33a6bd
commit
7ef1fdc8f8
@ -79,8 +79,8 @@
|
||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||
<template slot-scope="scope">
|
||||
<el-button size="mini" type="text" icon="el-icon-search" @click="handlesee(scope.row)">预览</el-button>
|
||||
<el-button size="mini" type="text" icon="el-icon-search" @click="see(scope.row)">话术</el-button>
|
||||
<el-button size="mini" type="text" icon="el-icon-search" @click="seescript(scope.row)">话术预览</el-button>
|
||||
<el-button size="mini" type="text" icon="el-icon-zoom-in" @click="see(scope.row)">话术</el-button>
|
||||
<el-button size="mini" type="text" icon="el-icon-picture-outline" @click="seescript(scope.row)">话术预览</el-button>
|
||||
|
||||
|
||||
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
|
||||
@ -475,6 +475,8 @@ export default {
|
||||
});
|
||||
},
|
||||
seescript(row) {
|
||||
Cookies.set("id", row.id)
|
||||
|
||||
this.$router.push({
|
||||
path: "/knowledge/Scriptpreview",
|
||||
query: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user