diff --git a/jero-web/src/views/projectManagement/components/nonConformance.vue b/jero-web/src/views/projectManagement/components/nonConformance.vue index 6e76bb8a8..160950d4e 100644 --- a/jero-web/src/views/projectManagement/components/nonConformance.vue +++ b/jero-web/src/views/projectManagement/components/nonConformance.vue @@ -152,6 +152,9 @@ {{result.problemState ? result.problemState : ''}} + + {{result.flag== 'NEW'?result.problemType_dictText:result.problemType}} + @@ -249,7 +252,8 @@ export default { dataIndex: 'problemType_dictText', width: 170, sorter:true, - ellipsis: true + ellipsis: true, + scopedSlots: { customRender: 'problemType' } }, { title: this.$t('statisticalNodes'), @@ -399,6 +403,7 @@ export default { pageSize: this.pageSize, orderBy: this.orderBy, orderByField: this.orderByField, + projectLibraryId: this.$route.query.id, ...this.queryParam } this.loading = true