This commit is contained in:
sjl
2025-12-19 13:12:46 +08:00
32 changed files with 865 additions and 425 deletions

View File

@@ -24,9 +24,9 @@
<el-icon class="elView" v-if="item?.fileName && VITE_FLAG">
<View @click="openFile(item?.fileName)" />
</el-icon>
<a class="aLoad" @click="download(item.keyName)">
<span class="aLoad" @click="download(item.keyName)">
{{ item.fileName }}
</a>
</span >
</div>
</el-descriptions-item>
</el-descriptions>