培训文档管理预览附件
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-05-19 14:35:17 +08:00
parent 16e005e664
commit d6e9f9ddc2
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ export default {
// //
handlePreview(row) { handlePreview(row) {
const { Name, FullFilePath } = row const { Name, FullFilePath } = row
this.currentRow = row
this.currentPath = FullFilePath this.currentPath = FullFilePath
this.currentType = row.Name this.currentType = row.Name
? Name.substring(Name.lastIndexOf('.') + 1).toLocaleLowerCase() ? Name.substring(Name.lastIndexOf('.') + 1).toLocaleLowerCase()