From e4f6ae689f6944e845d7292abc2821dcd6355022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Thu, 13 Apr 2023 15:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=82=E5=9C=BA=E6=B3=95=E8=A7=84=E6=B8=85?= =?UTF-8?q?=E5=8D=95-=E7=BB=B4=E6=8A=A4=E6=B8=85=E5=8D=95-=E8=A1=A8?= =?UTF-8?q?=E5=A4=B4=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/virtualListDetails.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue index 01d071218..aad3edad4 100644 --- a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue +++ b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue @@ -441,6 +441,7 @@ dataIndex: 'title', width: 180, fixed: 'left', + sorter: true, scopedSlots: { customRender: 'titleName' } }, { @@ -448,6 +449,7 @@ align: 'left', dataIndex: 'subtitle', ellipsis: true, + sorter: true, width: 180 }, { @@ -455,6 +457,7 @@ align: 'left', dataIndex: 'region_dictText', width: 180, + sorter: true, ellipsis: true }, { @@ -462,6 +465,7 @@ align: 'left', dataIndex: 'correspondingStandard', width: 180, + sorter: true, ellipsis: true }, { @@ -469,6 +473,7 @@ align: 'left', dataIndex: 'implementType_dictText', width: 180, + sorter: true, ellipsis: true }, { @@ -477,6 +482,7 @@ width: 200, dataIndex: 'xin1Che1Xing2Shi2Shi1Ri4Qi1String', scopedSlots: { customRender: 'titleName' }, + sorter: true, ellipsis: true }, { @@ -485,6 +491,7 @@ width: 220, dataIndex: 'implementTimeString', scopedSlots: { customRender: 'titleName' }, + sorter: true, ellipsis: true }, { @@ -492,6 +499,7 @@ align: 'left', dataIndex: 'attestationType_dictText', width: 180, + sorter: true, ellipsis: true }, { @@ -507,6 +515,7 @@ align: 'left', width: 220, dataIndex: 'applicableSupplement', + sorter: true, ellipsis: true }, { @@ -554,6 +563,7 @@ align: 'left', dataIndex: 'remark', width: 180, + sorter: true, ellipsis: true }, { @@ -565,6 +575,7 @@ align: 'left', width: 180, ellipsis: true, + sorter: true, scopedSlots: { customRender: 'designDeliverableTemplateName' } }, { @@ -587,6 +598,7 @@ dataIndex: 'designDuty_dictText', align: 'left', width: 180, + sorter: true, ellipsis: true }, // { @@ -601,6 +613,7 @@ dataIndex: 'designRemark', align: 'left', width: 220, + sorter: true, ellipsis: true } ] @@ -614,6 +627,7 @@ align: 'left', width: 180, ellipsis: true, + sorter: true, scopedSlots: { customRender: 'verifyDeliverableTemplateName' } }, { @@ -629,6 +643,7 @@ dataIndex: 'verifyDuty_dictText', align: 'left', width: 180, + sorter: true, ellipsis: true }, // { @@ -643,6 +658,7 @@ dataIndex: 'verifyRemark', align: 'left', width: 220, + sorter: true, ellipsis: true } ] @@ -1457,7 +1473,7 @@