|
@@ -7,7 +7,7 @@
|
|
|
<span class="shape"></span>
|
|
|
<p style="margin-right: 5px">展演信息</p>
|
|
|
</div>
|
|
|
- <auth auths="musicGroupQuestionnaire/add">
|
|
|
+ <auth auths="musicGroupPerformance/add">
|
|
|
<el-button type="text" @click="openForm()"
|
|
|
>+新增满意度调查</el-button
|
|
|
>
|
|
@@ -48,14 +48,14 @@
|
|
|
width="220px"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
- <auth auths="teacherAttendance/repealComplaints">
|
|
|
+ <auth auths="musicGroupPerformance/update">
|
|
|
<el-button
|
|
|
type="text"
|
|
|
@click="openForm(scope.row)"
|
|
|
>修改</el-button
|
|
|
>
|
|
|
</auth>
|
|
|
- <auth auths="teacherAttendance/repealComplaints">
|
|
|
+ <auth auths="musicGroupPerformance/del">
|
|
|
<el-button
|
|
|
type="text"
|
|
|
@click="remove(scope.row)"
|
|
@@ -81,7 +81,7 @@
|
|
|
<span class="shape"></span>
|
|
|
<p style="margin-right: 5px">获奖证书</p>
|
|
|
</div>
|
|
|
- <auth auths="musicGroupQuestionnaire/add">
|
|
|
+ <auth auths="photo/queryPage">
|
|
|
<el-button type="text"
|
|
|
@click="toPerformance"
|
|
|
>全部证书 ></el-button
|