修改9.06bug

This commit is contained in:
ljx
2025-09-06 18:18:31 +08:00
parent dd594676ac
commit 52342e6623
6 changed files with 31 additions and 14 deletions

View File

@ -172,7 +172,7 @@
</el-link>
</template>
</el-table-column>
<el-table-column label="操作" width="90" align="center" v-if="fileStatus != '1'">
<el-table-column label="操作" align="center" v-if="fileStatus != '1'">
<template #default="scope">
<el-button type="danger" link icon="Delete" @click="handleDeleteFile(scope.row)"> 删除 </el-button>
</template>