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 | 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 e87fc8b..2cd37bd 100644 --- a/src/main/webapp/views/workspace/workspaceUserLevelConfig.html +++ b/src/main/webapp/views/workspace/workspaceUserLevelConfig.html @@ -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