From 83cd0465401d56c630611e03ca1e010eb94c1eb6 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 화, 28 12월 2021 11:25:04 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa --- src/main/webapp/custom_components/widget/risk-issue-widget/risk-issue-widget.html | 28 +++++++++++++++++----------- 1 files changed, 17 insertions(+), 11 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 60c51cc..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 @@ -4,7 +4,7 @@ <div class="bar-labels"> <div class="bar-label-left"> <h5 translate="dashboard.managementRisk">�쐞�뿕 愿�由�</h5> - <small translate="dashboard.updateIssueAndStatusUpdate">鍮덈쾲�븳 �떞�떦�옄 蹂�寃�, �옦�� �긽�깭 蹂�寃� �벑 �씠�뒋 泥섎━�뿉 �쐞�뿕 �슂�냼媛� �엳�떎怨� 蹂댁뿬吏��뒗 �씠�뒋 紐⑸줉</small> + <small translate="dashboard.updateIssueDepartmentAndStatusUpdate">鍮덈쾲�븳 �떞�떦遺��꽌 蹂�寃�, �옦�� �긽�깭 蹂�寃� �벑 �씠�뒋 泥섎━�뿉 �쐞�뿕 �슂�냼媛� �엳�떎怨� 蹂댁뿬吏��뒗 �씠�뒋 紐⑸줉</small> </div> <div class="bar-label-right"> <form class="form-inline justify-content-sm-end" method="post" action="/widget/downloadExcel" name="riskIssueWidgetForm"> @@ -36,8 +36,8 @@ </div> <div class="col-sm-6"> <div class="el-tablo centered"> - <div class="label" translate="dashboard.reversalAssigneeUpdate"> - 鍮덈쾲�븳 �떞�떦�옄 蹂�寃� + <div class="label" translate="dashboard.reversalAssigneeTeamUpdate"> + 鍮덈쾲�븳 �떞�떦遺��꽌 蹂�寃� </div> <div class="value text-danger mt-10"> <i class="os-icon os-icon-user-male-circle" ></i> @@ -51,8 +51,11 @@ <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 class="text-center" translate="common.projectName"> + �봽濡쒖젥�듃 </th> <th class="text-center" translate="issue.issueTitle"> �씠�뒋 �젣紐� @@ -60,33 +63,36 @@ <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 class="text-center"> + {{issue.projectName}} </td> - <td class="text-left titlename cursor"> + <td class="text-center titlename cursor"> <span ng-click="fn.moveIssue(issue)">{{issue.title}}</span> </td> <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