diff --git a/jero-web/src/views/projectManagement/components/nonConformance.vue b/jero-web/src/views/projectManagement/components/nonConformance.vue index f0a40a49c..7171c6efa 100644 --- a/jero-web/src/views/projectManagement/components/nonConformance.vue +++ b/jero-web/src/views/projectManagement/components/nonConformance.vue @@ -104,7 +104,6 @@ title: this.$t('standard'), align: 'left', dataIndex: 'serialNumber', - scopedSlots: { customRender: 'standard' }, ellipsis: true, sorter:true, width: 180 @@ -114,13 +113,13 @@ align: 'left', dataIndex: 'title', ellipsis: true, - width: 180, - scopedSlots: { customRender: 'standard' } + width: 180 }, { title: this.$t('ProcessType'), align: 'left', dataIndex: 'flowType', + scopedSlots: { customRender: 'standard' }, ellipsis: true, sorter:true, width: 180