From fe1b9e8b4e54fb22022a0d13cc57b72bc8ba9840 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 금, 05 11월 2021 19:12:00 +0900 Subject: [PATCH] "부서 관리" 및 "사용자 관리" 프론트 완료 --- src/main/webapp/views/workspace/workspaceDepartmentConfig.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/workspace/workspaceDepartmentConfig.html b/src/main/webapp/views/workspace/workspaceDepartmentConfig.html index 15dd3d1..39c51bf 100644 --- a/src/main/webapp/views/workspace/workspaceDepartmentConfig.html +++ b/src/main/webapp/views/workspace/workspaceDepartmentConfig.html @@ -77,7 +77,7 @@ <div class="col-xl-2"> <div class="form-group"> <label translate="common.departmentName">遺��꽌紐�</label> - <input class="form-control" type="text" ng-model="vm.search.DepatmentName" maxlength="10"> + <input class="form-control" type="text" ng-model="vm.search.departmentName" maxlength="10"> </div> </div> -- Gitblit v1.8.0