This commit is contained in:
Mr Swift
2024-02-14 11:35:07 +03:30
parent 3421105ade
commit 34287627b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
</template>
</el-table-column>
<el-table-column v-if="scope?.row.length > 1" label="حذف" width="60" align="left">
<el-table-column v-if="files?.length > 1" label="حذف" width="60" align="left">
<template slot-scope="scope">
<CButton :key="scope?.row._id" color="danger" variant="outline" @click="del(scope?.row.name)">
<i class="fal fa-trash-alt"></i>