From 2b891634198d13e285757ddf949a9dce77a89b33 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 11 Jun 2025 16:53:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=96=87=E6=A1=A3=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E8=AE=B0=E5=BD=95=E6=96=87=E4=BB=B6=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B9=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/historyFileList.vue | 107 +++++++++++------- 1 file changed, 67 insertions(+), 40 deletions(-) diff --git a/src/views/trials/trials-panel/trial-summary/trial-document/components/historyFileList.vue b/src/views/trials/trials-panel/trial-summary/trial-document/components/historyFileList.vue index dd315365..27cf342a 100644 --- a/src/views/trials/trials-panel/trial-summary/trial-document/components/historyFileList.vue +++ b/src/views/trials/trials-panel/trial-summary/trial-document/components/historyFileList.vue @@ -13,10 +13,22 @@ {{ $t('trials:trialDocument:historyFileList:button:addFile') }} + @sort-change="handleSortByColumn" @cell-mouse-enter="handleCellMouseEnter"> + sortable="custom" width="200px"> + + + {{ scope.row.FileName }} + + + + + + + {{ $t('common:button:preview') }} - - {{ $t('common:button:edit') }} - {{ $t('common:button:delete') }} @@ -55,25 +64,6 @@ - - - - - - - - - - - - - {{ $t("common:button:cancel") }} - {{ $t("common:button:save") }} - -