From 6dcba6ad1abcf6b757166b97ee032f3b1ad18f89 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 토, 27 11월 2021 22:57:38 +0900
Subject: [PATCH] 이슈 추가,수정 페이지에서 이슈유형별로 적용한 파트너 목록 보이기 수정 완료

---
 src/main/webapp/views/customField/customFieldAdd.html |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/customField/customFieldAdd.html b/src/main/webapp/views/customField/customFieldAdd.html
index 53a0e7a..2c76559 100644
--- a/src/main/webapp/views/customField/customFieldAdd.html
+++ b/src/main/webapp/views/customField/customFieldAdd.html
@@ -39,10 +39,16 @@
                     <option value="INPUT" translate="common.stringField">臾몄옄�뿴 �븘�뱶</option>
                     <option value="SINGLE_SELECT" translate="common.singleSelectionField">�떒�씪 �꽑�깮 �븘�뱶</option>
                     <option value="MULTI_SELECT" translate="common.multipleSelectionField">�떎以� �꽑�깮 �븘�뱶</option>
+                    <option value="NUMBER" translate="common.numberField">�닽�옄 �븘�뱶</option>
+                    <option value="DATETIME" translate="common.datetimeField">�궇吏� �븘�뱶</option>
+                    <option value="IP_ADDRESS" translate="common.ipAddressField">IP 二쇱냼 �븘�뱶</option>
+                    <option value="EMAIL" translate="common.emailField">�씠硫붿씪 �븘�뱶</option>
+                    <option value="SITE" translate="common.siteField">�솃�럹�씠吏� 二쇱냼 �븘�뱶</option>
+                    <option value="TEL" translate="common.telField">�쟾�솕踰덊샇 �븘�뱶</option>
                 </select>
             </div>
 
-            <div class="form-group" ng-show="vm.form.customFieldType != 'INPUT'">
+            <div class="form-group" ng-show="vm.form.customFieldType == 'SINGLE_SELECT' || vm.form.customFieldType == 'MULTI_SELECT'">
                 <label ng-show="vm.form.customFieldType == 'SINGLE_SELECT'"><span
                         translate="customField.createSingleFieldList">�떒�씪 �꽑�깮 �븘�뱶 紐⑸줉 留뚮뱾湲�</span> <code
                         class="highlighter-rouge">*</code></label>

--
Gitblit v1.8.0