From 5d7ff5d23855ee9bdc1a0174dc3297a21073b665 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 13 Jan 2023 10:47:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E7=AC=A6=E5=90=88=E9=A1=B9=20?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E4=BB=BB=E5=8A=A1=E9=93=BE=E6=8E=A5=E5=BA=94?= =?UTF-8?q?=E5=9C=A8=E6=B5=81=E7=A8=8B=E7=B1=BB=E5=9E=8B=E5=A4=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/components/nonConformance.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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