From a5b5358a21608069d9bc390074b5d930da88a4bd Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 목, 23 12월 2021 15:19:17 +0900
Subject: [PATCH] 사용자 정보($rootScope.user)에 사용자등급명, 부서명, 추가 진행중

---
 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