From 248924e3a9e12125a850f8e3d457e4b1f49f348c Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 목, 16 12월 2021 09:45:14 +0900 Subject: [PATCH] 사용자등급, 부서표시 추가 --- src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js b/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js index edd91e1..ecf789e 100644 --- a/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js +++ b/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js @@ -417,7 +417,7 @@ } break; - // �씠�뒋 �젣紐쯵cope.data.isApi + // �씠�뒋 �젣紐� case "ISSUE_TITLE" : makeTag += '<div class="tags text-left">'; makeTag += '<i class="fa fa-star move-star" ng-show="$root.currentDetailIssueId == data.id"> </i>'; -- Gitblit v1.8.0