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