fix : 修复功能

This commit is contained in:
2024-05-12 19:05:13 +08:00
parent 324cc268b5
commit 6ae58eefaf
3 changed files with 22 additions and 17 deletions

View File

@@ -23,16 +23,8 @@
<!-- {{ parseInt(scope.row.size / 1024) > 1024 ? 'MB' : 'KB' }}-->
</template>
</el-table-column>
<el-table-column prop="tag" label="标签" align="center">
<template #default="scope">
<el-input v-model="scope.row.tag" size="mini" placeholder="请输入标签"/>
</template>
</el-table-column>
<el-table-column align="center" label="操作">
<template #default="scope">
<!-- <a :href="scope.row.url">-->
<!-- 下载-->
<!-- </a>-->
<el-button link type="primary" size="small" @click="beforeRemove(scope.row)">
删除
</el-button>