From 1b960584383766692a257a4cdd92daf19bab172d Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 월, 27 12월 2021 09:32:50 +0900 Subject: [PATCH] - API 추가/수정시 사용자 정의 필드 항목이 없을 경우 오류 처리 - API 에서 도메인만 추출하여 같은 도메인을 갖는 업체/isp/hosting 자동 입력하도록 수정 --- src/main/webapp/custom_components/js-tree/tree.provider.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/custom_components/js-tree/tree.provider.js b/src/main/webapp/custom_components/js-tree/tree.provider.js index 0e3afee..914f3c7 100644 --- a/src/main/webapp/custom_components/js-tree/tree.provider.js +++ b/src/main/webapp/custom_components/js-tree/tree.provider.js @@ -16,6 +16,7 @@ dDateFormat : "", // �궇吏� �삎�떇 subHead : false, // 留뚯빟 rowspan, colspan �쓣 �궗�슜�븯寃� �릺硫� true 濡� �뀑�똿. columnHint : "", // 而щ읆 �젙蹂대�� 異붿텧�븯湲� �쐞�븳 �엺�듃 �젙蹂대�� 以��떎 - tableColumnGenerator �쓽 �궗�슜�옄 �젙�쓽 �븘�뱶 遺�遺꾩뿉�꽌 �궗�슜 + columnTooltip : "", // hover �떆 �댋�똻 蹂댁뿬二쇨린 setHName : function (hName) { this.hName = hName; return this; @@ -47,6 +48,10 @@ setColumnHint : function (dColumnHint) { this.columnHint = dColumnHint; return this; + }, + setColumnTooltip : function (hTooltip) { + this.columnTooltip = hTooltip; + return this; } }; -- Gitblit v1.8.0