Browse Source

修改权限显示

lex-xin 4 years ago
parent
commit
6c80601524
1 changed files with 2 additions and 2 deletions
  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>