修改:文件管理title显示file_hash

This commit is contained in:
skyselang 2024-09-12 11:44:03 +08:00
parent bc262ad119
commit 0c6f7adffe
1 changed files with 2 additions and 0 deletions

View File

@ -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)"
>
下载