From 398a4927e195755bd6a46be99337efd8dacc3dc2 Mon Sep 17 00:00:00 2001 From: 박지현 <jhpark@maprex.co.kr> Date: 월, 07 3월 2022 18:08:13 +0900 Subject: [PATCH] Merge branch 'master' of http://maprex.iptime.org:9001/r/owl-kisa --- src/main/webapp/views/issueType/issueTypeModify.html | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/issueType/issueTypeModify.html b/src/main/webapp/views/issueType/issueTypeModify.html index d77c609..5600d76 100644 --- a/src/main/webapp/views/issueType/issueTypeModify.html +++ b/src/main/webapp/views/issueType/issueTypeModify.html @@ -76,14 +76,20 @@ <div class="select3-selection__choicediv mt-10"> <span class="select3-selection__choice" ng-repeat="company in vm.form.companies"> - <span>{{company.byName}}</span> <!--�궗�슜�옄媛� �냽�빐 �엳�뒗 遺��꽌 �씠由� 異쒕젰--> + <span>{{company.byName}}</span> <span class="select3-selection__choice__remove" ng-click="fn.removeUsePartner($index)">횞</span> </span> </div> </div> - - + <div> + <span class="issue-label mb-0" translate="issue.inheritPartners">�뙆�듃�꼫 �젙蹂� �긽�냽</span> + </div> + <div class="form-group mt-5 ml--12"> + <label class='switch ml-3' style=""><input type='checkbox' ng-model='vm.form.inheritPartners'> + <span class='slider round'></span> + </label> + </div> <div class="form-group"> <label for="issueTypeModifyForm2"><span translate="common.color">�깋�긽</span> <code class="highlighter-rouge">*</code></label> -- Gitblit v1.8.0