|
@@ -180,7 +180,7 @@
|
|
@click="lookTeamInfo(scope.row)">乐团信息</el-button>
|
|
@click="lookTeamInfo(scope.row)">乐团信息</el-button>
|
|
<el-button v-if="permission('recharge/findAll')"
|
|
<el-button v-if="permission('recharge/findAll')"
|
|
type="text"
|
|
type="text"
|
|
- @click="lookSteam(scope.row)">乐团流程</el-button>
|
|
|
|
|
|
+ @click="lookSteam(scope.row)">乐团日志</el-button>
|
|
<!-- 进行中 查看 -->
|
|
<!-- 进行中 查看 -->
|
|
<el-button type="text"
|
|
<el-button type="text"
|
|
v-if="scope.row.status == 'PROGRESS' && permission('/teamDetails')"
|
|
v-if="scope.row.status == 'PROGRESS' && permission('/teamDetails')"
|