From 43e894fc3c8d5c9b80883985a125705a59aaf00e Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 수, 22 12월 2021 17:01:35 +0900 Subject: [PATCH] - 사용자정의필드 '필수데이터' UI 변경 - 이슈 목록에서 컬럼명 마우스 오버시 툴팁 나오도록 수정(tableConfig에 툴팁 설정) --- 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 ea027dd..2cda56a 100644 --- a/src/main/webapp/views/customField/customFieldAdd.html +++ b/src/main/webapp/views/customField/customFieldAdd.html @@ -34,7 +34,7 @@ <div class="form-group"> <label for="customFieldAddForm2"><span translate="customField.fieldType">�븘�뱶 �쑀�삎</span> <code class="highlighter-rouge">*</code></label> - <label for="customFieldAddForm2"> <input type="checkbox" ng-model="vm.form.requiredData"> �븘�닔 �뜲�씠�꽣 </label> + <!-- <label for="customFieldAddForm2"> <input type="checkbox" ng-model="vm.form.requiredData"> �븘�닔 �뜲�씠�꽣 </label>--> <select id="customFieldAddForm2" class="form-control" ng-model="vm.form.customFieldType" ng-change="fn.changeFieldType()"> <option value="INPUT" translate="common.stringField">臾몄옄�뿴 �븘�뱶</option> @@ -47,6 +47,12 @@ <option value="SITE" translate="common.siteField">�솃�럹�씠吏� 二쇱냼 �븘�뱶</option> <option value="TEL" translate="common.telField">�쟾�솕踰덊샇 �븘�뱶</option> </select> + <div class="mt-3"> + <span class="custom-detail-label">�븘�닔 �뜲�씠�꽣</span> + <label class='switch'><input type='checkbox' ng-model="vm.form.requiredData"> + <span class='slider round'></span> + </label> + </div> </div> <div class="form-group" ng-show="vm.form.customFieldType == 'SINGLE_SELECT' || vm.form.customFieldType == 'MULTI_SELECT'"> -- Gitblit v1.8.0