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") }} - -