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>
+1 -1
View File
@@ -26,7 +26,7 @@
</div>
<div class="brand-sp col-lg-6 col-md-6 col-sm-12" >
<div class="brand" :class="g === 2 && 'selected'">
<button @click="openModal(1)">
<button @click="openModal(2)">
<i class="fas fa-photo-video"></i>
<span>لوازم صوتی و تصویری خودرو</span>
</button>