This commit is contained in:
cwchen 2025-02-27 15:11:39 +08:00
commit ff8916e1cd
1 changed files with 13 additions and 8 deletions

View File

@ -99,14 +99,17 @@
@click="handleResetPwd(scope.row)"
>重置密码</el-button>
<el-tooltip content="授予用户更新人脸权限" placement="top">
<el-button
size="mini"
type="warning"
v-if="scope.row.isFace ==0 "
v-if="scope.row.isFace ==0 || (scope.row.isCheck =='1' && scope.row.isFace ==1)"
v-hasPermi="['system:user:isFace']"
@click="handleResetIsFace(scope.row)"
>人脸权限录入权限</el-button>
>授权</el-button>
</el-tooltip>
<el-tooltip content="审核用户更新的人脸" placement="top">
<el-button
size="mini"
type="warning"
@ -114,6 +117,8 @@
v-hasPermi="['system:user:examine']"
@click="handleExamine(scope.row)"
>审核</el-button>
</el-tooltip>
</template>
</el-table-column>