From c041d0712ed819bf4ea12a3c1c2a26d7063b02fb Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 화, 28 12월 2021 11:17:45 +0900
Subject: [PATCH] 대시보드 - 위험 관리 '구분', '담당부서' 컬럼 삭제

---
 src/main/webapp/custom_components/widget/risk-issue-widget/risk-issue-widget.html |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/main/webapp/custom_components/widget/risk-issue-widget/risk-issue-widget.html b/src/main/webapp/custom_components/widget/risk-issue-widget/risk-issue-widget.html
index 3794feb..49e1096 100644
--- a/src/main/webapp/custom_components/widget/risk-issue-widget/risk-issue-widget.html
+++ b/src/main/webapp/custom_components/widget/risk-issue-widget/risk-issue-widget.html
@@ -51,9 +51,9 @@
                 <table class="table table-dash table-lightborder width600 table-layout-fixed">
                     <thead>
                     <tr>
-                        <th class="text-center width-80-p" translate="dashboard.division">
+                        <!--<th class="text-center width-80-p" translate="dashboard.division">
                             援щ텇
-                        </th>
+                        </th>-->
                         <th class="text-center" translate="common.projectName">
                             �봽濡쒖젥�듃
                         </th>
@@ -63,21 +63,21 @@
                         <th class="text-center width-80-p" translate="common.status">
                             �긽�깭
                         </th>
-                        <th class="text-center width-120-p" translate="common.assignee">
+                        <!--<th class="text-center width-120-p" translate="common.assignee">
                             �떞�떦�옄
-                        </th>
+                        </th>-->
                     </tr>
                     </thead>
                     <tbody>
                     <tr ng-repeat="issue in vm.riskIssueWidget.issues">
-                        <td class="text-center">
+                        <!--<td class="text-center">
                                     <span class="fs-12">
                                         <i class="os-icon os-icon-user-male-circle text-danger"
                                            ng-if="issue.changeAssigneeType"></i>
                                         <i class="os-icon os-icon-alert-circle text-danger"
                                            ng-if="issue.changeIssueStatusType"></i>
                                     </span>
-                        </td>
+                        </td>-->
                         <td class="text-center">
                             {{issue.projectName}}
                         </td>
@@ -87,12 +87,12 @@
                         <td class="text-center">
                             {{issue.issueStatusName}}
                         </td>
-                        <td class="text-center">
+                        <!--<td class="text-center">
                             <div owl-profile-over class="" table-user-image="issue" target="issueUsers"></div>
-                        </td>
+                        </td>-->
                     </tr>
                     <tr ng-show="vm.riskIssueWidget.issues.length < 1">
-                        <td colspan="4" translate="common.noData">�뜲�씠�꽣媛� �뾾�뒿�땲�떎.</td>
+                        <td colspan="3" translate="common.noData">�뜲�씠�꽣媛� �뾾�뒿�땲�떎.</td>
                     </tr>
                     </tbody>
                 </table>

--
Gitblit v1.8.0