diff --git a/src/components/FileManage/index.vue b/src/components/FileManage/index.vue index 3b5a179..9f2359e 100644 --- a/src/components/FileManage/index.vue +++ b/src/components/FileManage/index.vue @@ -534,6 +534,7 @@ type="primary" class="mr-1" :underline="false" + :title="item.file_hash" @click="fileDownload(item)" > 下载 @@ -645,6 +646,7 @@ type="primary" class="mr-1" :underline="false" + :title="scope.row.file_hash" @click="fileDownload(scope.row)" > 下载