From 76806da455b31bdcff001d866afde72a284e00ff Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 수, 03 11월 2021 08:57:43 +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