Update index.vue
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user