|
@@ -69,10 +69,12 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="center" label="操作">
|
|
<el-table-column align="center" label="操作">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <auth :auths="['notClassStudent/nowLook', '/resetTeaming']" mulit>
|
|
|
|
|
|
+ <auth :auths="['studentManage/queryStudentLeaveCourseList']">
|
|
<el-button type="text" @click="showDetail(scope.row)">查看</el-button>
|
|
<el-button type="text" @click="showDetail(scope.row)">查看</el-button>
|
|
</auth>
|
|
</auth>
|
|
|
|
+ <auth :auths="['visit/add?page=studentLeaveList']">
|
|
<el-button type="text" @click="addVisit(scope.row)">新增回访</el-button>
|
|
<el-button type="text" @click="addVisit(scope.row)">新增回访</el-button>
|
|
|
|
+ </auth>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
@@ -154,6 +156,7 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
addVisit(row) {
|
|
addVisit(row) {
|
|
this.visitVisible = true;
|
|
this.visitVisible = true;
|
|
|
|
+ row.id = row.userId
|
|
this.detail = row;
|
|
this.detail = row;
|
|
},
|
|
},
|
|
search() {
|
|
search() {
|