fix
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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">
|
<template slot-scope="scope">
|
||||||
<CButton :key="scope?.row._id" color="danger" variant="outline" @click="del(scope?.row.name)">
|
<CButton :key="scope?.row._id" color="danger" variant="outline" @click="del(scope?.row.name)">
|
||||||
<i class="fal fa-trash-alt"></i>
|
<i class="fal fa-trash-alt"></i>
|
||||||
|
|||||||
+1
-1
@@ -26,7 +26,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="brand-sp col-lg-6 col-md-6 col-sm-12" >
|
<div class="brand-sp col-lg-6 col-md-6 col-sm-12" >
|
||||||
<div class="brand" :class="g === 2 && 'selected'">
|
<div class="brand" :class="g === 2 && 'selected'">
|
||||||
<button @click="openModal(1)">
|
<button @click="openModal(2)">
|
||||||
<i class="fas fa-photo-video"></i>
|
<i class="fas fa-photo-video"></i>
|
||||||
<span>لوازم صوتی و تصویری خودرو</span>
|
<span>لوازم صوتی و تصویری خودرو</span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user