OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-11-15 d5d5e59e429a1246c4cbc6e62993cd69d6ad359f
src/main/webapp/scripts/app/issue/issueList.controller.js
@@ -239,9 +239,9 @@
                                .setDAlign("text-center")
                                .setDName("issueTypeName"));
                            break;
                        case "ASSIGNEE" :   //  담당자
                        case "ASSIGNEETEAM" :   //  담당부서
                            $scope.vm.tableConfigs.push($tableProvider.config()
                                .setHName("common.assignee")
                                .setHName("common.assigneeTeam")
                                .setDType("renderer")
                                .setHWidth("bold " + issueTableConfig.width)
                                .setDAlign("text-center")
@@ -857,8 +857,8 @@
                                    position : 3,
                                    display : true
                                }, {
                                    name : $filter("translate")("common.assignee"), // 담당자
                                    key : "ASSIGNEE",
                                    name : $filter("translate")("common.assigneeTeam"), // 담당부서
                                    key : "ASSIGNEETEAM",
                                    width : "width-140-p",
                                    position : 4,
                                    display : true