From ac863ba662f9a200c2b13dc2e784afdbe92d1671 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 화, 02 11월 2021 16:52:26 +0900 Subject: [PATCH] 사용자등급관리 프론트 수청 --- src/main/webapp/views/workspace/workspaceUserLevelConfig.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/workspace/workspaceUserLevelConfig.html b/src/main/webapp/views/workspace/workspaceUserLevelConfig.html index 4755af6..2cd37bd 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" @@ -106,7 +106,7 @@ </div>--> <div class="table-responsive"> - <js-table data="vm.responseData.data" table-configs="vm.tableConfigs" + <js-table data="vm.responseData.data" table-configs="vm.tableConfigs1" event="vm.tableEvent"></js-table> </div> -- Gitblit v1.8.0