From 58c96fb54e3e6bbf0c0df27e39eaff814f52e9d4 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 월, 01 11월 2021 13:54:42 +0900 Subject: [PATCH] 사용자등급관리, 부서관리 프론트 수정 --- src/main/webapp/views/workspace/workspaceUserLevelConfig.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/workspace/workspaceUserLevelConfig.html b/src/main/webapp/views/workspace/workspaceUserLevelConfig.html index 4755af6..e87fc8b 100644 --- a/src/main/webapp/views/workspace/workspaceUserLevelConfig.html +++ b/src/main/webapp/views/workspace/workspaceUserLevelConfig.html @@ -69,7 +69,7 @@ </label> </div> </div> - <div class="col-sm-6 text-right"> + <div class="col-sm-6 text-right" ng-if="$root.checkMngPermission('USER_PERMISSION_MNG_USER')"> <!--<div class="btn-group"> <button aria-expanded="false" aria-haspopup="true" -- Gitblit v1.8.0