Update index.vue

This commit is contained in:
Swift
2024-01-26 20:02:51 +03:30
parent f011c3d5f9
commit 1900daf96d
+1 -1
View File
@@ -38,7 +38,7 @@
</template>
</el-table-column>
<el-table-column label="حذف" width="60" align="left">
<el-table-column v-if="scope.row.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>