fix : 修复功能
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user