@@ -201,7 +201,7 @@
<!-- 审核中 编辑 -->
<el-button type="text"
v-if="scope.row.status == 'AUDIT' && permission('teamDetail/audit/update')"
- @click="lookTeamDetail(scope.row)">编辑</el-button>
+ @click="lookTeamDetail(scope.row)">审核</el-button>
<!-- 编辑中 编辑 -->
v-if="scope.row.status == 'DRAFT' && permission('teamDetail/draft/update')"