From cd56d401c5233f24790a5be8ba4075a97ab80fe3 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 화, 28 12월 2021 19:20:08 +0900
Subject: [PATCH] 상위 프로젝트는 추가 못하도록 수정

---
 src/main/webapp/views/project/projectAdd.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/project/projectAdd.html b/src/main/webapp/views/project/projectAdd.html
index d2315af..4b11f4c 100644
--- a/src/main/webapp/views/project/projectAdd.html
+++ b/src/main/webapp/views/project/projectAdd.html
@@ -64,8 +64,9 @@
                 </small>
             </div>
 
-            <div class="row">
-                <div class="col-lg-6">
+            <!--<div class="row">-->
+            <div>
+                <div class="form-group">
                     <div class="form-group">
                         <label><span translate="common.period">湲곌컙</span></label>
                         <input tabindex="-1"
@@ -142,9 +143,8 @@
                                        translation-texts="{ count : 'common.userNum', empty : 'common.emptyProjectDepartment' }"
                                        extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi>
 
-
                 <div class="select3-selection__choicediv mt-10">
-                    <span class="select3-selection__choice" ng-repeat="user in vm.form.users">
+                    <span class="select3-selection__choice" ng-repeat="department in vm.form.departments">
                        <span>{{department.byName}}</span> <!--�궗�슜�옄媛� �냽�빐 �엳�뒗 遺��꽌 �씠由� 異쒕젰-->
                         <span class="select3-selection__choice__remove" ng-click="fn.removeDepartment($index)">횞</span>
                     </span>

--
Gitblit v1.8.0