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/scripts/app/customField/customFieldList.controller.js | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/scripts/app/customField/customFieldList.controller.js b/src/main/webapp/scripts/app/customField/customFieldList.controller.js index 98204af..f731aae 100644 --- a/src/main/webapp/scripts/app/customField/customFieldList.controller.js +++ b/src/main/webapp/scripts/app/customField/customFieldList.controller.js @@ -46,6 +46,24 @@ }, { fieldKey : "SINGLE_SELECT", fieldValue : $filter("translate")("common.singleSelectionField") //"�떒�씪 �꽑�깮 �븘�뱶" + }, { + fieldKey : "NUMBER", + fieldValue : $filter("translate")("common.numberField") //"�닽�옄 �븘�뱶" + }, { + fieldKey : "DATETIME", + fieldValue : $filter("translate")("common.datetimeField") //"�궇吏� �븘�뱶" + }, { + fieldKey : "IP_ADDRESS", + fieldValue : $filter("translate")("common.ipAddressField") //"IP Address �븘�뱶" + }, { + fieldKey : "EMAIL", + fieldValue : $filter("translate")("common.emailField") //"�씠硫붿씪 �븘�뱶" + }, { + fieldKey : "SITE", + fieldValue : $filter("translate")("common.siteField") //"�솃�럹�씠吏� �븘�뱶" + }, { + fieldKey : "TEL", + fieldValue : $filter("translate")("common.telField") //"�쟾�솕踰덊샇 �븘�뱶" }] } }; -- Gitblit v1.8.0