|
@@ -176,7 +176,7 @@
|
|
@click="lookTeamDetail(scope.row)">查看</el-button>
|
|
@click="lookTeamDetail(scope.row)">查看</el-button>
|
|
<!-- 报名中缴费中筹备中查看乐团 -->
|
|
<!-- 报名中缴费中筹备中查看乐团 -->
|
|
<el-button type="text"
|
|
<el-button type="text"
|
|
- v-if="(scope.row.status == 'APPLY'|| scope.row.status == 'PAY' || scope.row.status == 'PREPARE') && permission('/signupList')"
|
|
|
|
|
|
+ v-if="(scope.row.status == 'APPLY'|| scope.row.status == 'PAY' || scope.row.status == 'PREPARE') && permission('/teamLookBase')"
|
|
@click="lookTeamInfo(scope.row)">查看乐团</el-button>
|
|
@click="lookTeamInfo(scope.row)">查看乐团</el-button>
|
|
|
|
|
|
<!-- 进行中 查看 -->
|
|
<!-- 进行中 查看 -->
|