修改用户信息按钮样式
This commit is contained in:
parent
753d0c230a
commit
ca3985f19c
|
|
@ -99,14 +99,17 @@
|
||||||
@click="handleResetPwd(scope.row)"
|
@click="handleResetPwd(scope.row)"
|
||||||
>重置密码</el-button>
|
>重置密码</el-button>
|
||||||
|
|
||||||
|
<el-tooltip content="授予用户更新人脸权限" placement="top">
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="warning"
|
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']"
|
v-hasPermi="['system:user:isFace']"
|
||||||
@click="handleResetIsFace(scope.row)"
|
@click="handleResetIsFace(scope.row)"
|
||||||
>人脸权限录入权限</el-button>
|
>授权</el-button>
|
||||||
|
</el-tooltip>
|
||||||
|
|
||||||
|
<el-tooltip content="审核用户更新的人脸" placement="top">
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="warning"
|
type="warning"
|
||||||
|
|
@ -114,6 +117,8 @@
|
||||||
v-hasPermi="['system:user:examine']"
|
v-hasPermi="['system:user:examine']"
|
||||||
@click="handleExamine(scope.row)"
|
@click="handleExamine(scope.row)"
|
||||||
>审核</el-button>
|
>审核</el-button>
|
||||||
|
</el-tooltip>
|
||||||
|
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue