浏览代码

修改权限显示

lex-xin 4 年之前
父节点
当前提交
6c80601524
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/musicalManager/index.vue

+ 2 - 2
src/views/musicalManager/index.vue

@@ -146,9 +146,9 @@
           </el-table-column>
           <el-table-column align="center" prop="studentId" label="操作">
             <template slot-scope="scope">
-              <div>
+              <auth :auths="['musicalManager/lookMusicalManager', '/repairList']" mulit>
                 <el-button type="text" @click="lookRepair(scope.row)">查看维修单</el-button>
-              </div>
+              </auth>
             </template>
           </el-table-column>
         </el-table>