This commit is contained in:
@jyuhsin
2025-12-31 14:04:08 +08:00
3 changed files with 4 additions and 5 deletions
@@ -58,8 +58,7 @@ const CLUB_MANAGER_TEMPLATE = {
</template>
<template slot-scope="scope">
<el-button
:disabled="scope.row.roleCode === 'CLUB_PRESIDENT'
|| scope.row.roleCode === 'CLUB_SECRETARY'""
:disabled="scope.row.roleCode === 'CLUB_PRESIDENT'"
@click="deleteRow(scope.row, scope.$index)"
size="mini" type="danger">删除
</el-button>