This commit is contained in:
JyuHsin
2025-12-31 13:49:44 +08:00
parent d3ecdcf83e
commit 5a54425eec
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>