OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-11-22 8ee8befece12f71e3c98754b2c25c529c32ac456
이슈 상세 연관,하위 테이블 표시 설정 - [프론트]
2개 파일 변경됨
18 ■■■■■ 파일 변경됨
src/main/webapp/scripts/app/issue/issueAddDownTableConfig.controller.js 9 ●●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/scripts/app/issue/issueAddRelationTableConfig.controller.js 9 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/scripts/app/issue/issueAddDownTableConfig.controller.js
@@ -22,44 +22,52 @@
                //  변수 모음
                $scope.vm = {
                    issueId : "",
                    issueTableConfigs : [{
                        name : $filter("translate")("common.priority"), // 우선순위
                        issueId : "",
                        key : "PRIORITY",
                        width : "width-100-p",
                        position : 1,
                        display : true
                    }, {
                        name : $filter("translate")("common.importance"), // 중요도
                        issueId : "",
                        key : "SEVERITY",
                        width : "width-80-p",
                        position : 2,
                        display : true
                    }, {
                        name : $filter("translate")("issue.issueType"), // 이슈 타입
                        issueId : "",
                        key : "ISSUE_TYPE",
                        width : "width-140-p",
                        position : 3,
                        display : true
                    }, {
                        name : $filter("translate")("common.assignee"), // 담당자
                        issueId : "",
                        key : "ASSIGNEE",
                        width : "width-100-p",
                        position : 4,
                        display : true
                    }, {
                        name : $filter("translate")("common.register"), // 등록자
                        issueId : "",
                        key : "REGISTER",
                        width : "width-100-p",
                        position : 5,
                        display : false
                    }, {
                        name : $filter("translate")("common.period"), // 기간
                        issueId : "",
                        key : "PERIOD",
                        width : "width-140-p",
                        position : 6,
                        display : false
                    }, {
                        name : $filter("translate")("common.lastChangeDate"), // 최근 변경일
                        issueId : "",
                        key : "MODIFY_DATE",
                        width : "width-100-p",
                        position : 7,
@@ -83,6 +91,7 @@
                    $rootScope.spinner = true;
                    var content = {
                        issueId :$scope.vm.issueId,
                        issueTableConfigs : JSON.stringify($scope.vm.issueTableConfigs)
                    };
src/main/webapp/scripts/app/issue/issueAddRelationTableConfig.controller.js
@@ -22,51 +22,45 @@
                //  변수 모음
                $scope.vm = {
                    issueId: "",
                    issueTableConfigs : [{
                        name : $filter("translate")("common.priority"), // 우선순위
                        issueId : "",
                        key : "PRIORITY",
                        width : "width-100-p",
                        position : 1,
                        display : true
                    }, {
                        name : $filter("translate")("common.importance"), // 중요도
                        issueId : "",
                        key : "SEVERITY",
                        width : "width-80-p",
                        position : 2,
                        display : true
                    }, {
                        name : $filter("translate")("issue.issueType"), // 이슈 타입
                        issueId : "",
                        key : "ISSUE_TYPE",
                        width : "width-140-p",
                        position : 3,
                        display : true
                    }, {
                        name : $filter("translate")("common.assignee"), // 담당자
                        issueId : "",
                        key : "ASSIGNEE",
                        width : "width-100-p",
                        position : 4,
                        display : true
                    }, {
                        name : $filter("translate")("common.register"), // 등록자
                        issueId : "",
                        key : "REGISTER",
                        width : "width-100-p",
                        position : 5,
                        display : false
                    }, {
                        name : $filter("translate")("common.period"), // 기간
                        issueId : "",
                        key : "PERIOD",
                        width : "width-140-p",
                        position : 6,
                        display : false
                    }, {
                        name : $filter("translate")("common.lastChangeDate"), // 최근 변경일
                        issueId : "",
                        key : "MODIFY_DATE",
                        width : "width-100-p",
                        position : 7,
@@ -90,6 +84,7 @@
                    $rootScope.spinner = true;
                    var content = {
                        issueId :$scope.vm.issueId,
                        issueTableConfigs : JSON.stringify($scope.vm.issueTableConfigs)
                    };