|
@@ -186,7 +186,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' || scope.row.status == 'PRE_APPLY' || scope.row.status == 'PRE_BUILD_FEE') && permission('/teamLookBase')"
|
|
|
|
|
|
+ v-if="(scope.row.status == 'APPLY'|| scope.row.status == 'PAY' || scope.row.status == 'PREPARE' || scope.row.status == 'PRE_APPLY' || scope.row.status == 'PRE_BUILD_FEE' || scope.row.status == 'FEE_AUDIT') && permission('/teamLookBase')"
|
|
@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"
|
|
@@ -227,9 +227,9 @@
|
|
v-if="(scope.row.status == 'AUDIT')&& permission('teamDetail/audit/update')"
|
|
v-if="(scope.row.status == 'AUDIT')&& permission('teamDetail/audit/update')"
|
|
@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 == 'FEE_AUDIT')&& permission('teamDetail/audit/update')"
|
|
v-if="( scope.row.status == 'FEE_AUDIT')&& permission('teamDetail/audit/update')"
|
|
- @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 == 'DRAFT' && permission('teamDetail/draft/update')"
|
|
v-if="scope.row.status == 'DRAFT' && permission('teamDetail/draft/update')"
|