story#6932,售出信息,区分三种状态显示及按钮对应逻辑

This commit is contained in:
2025-07-30 10:26:13 +08:00
parent 8b35675abc
commit 1d8fd78a2b
4 changed files with 239 additions and 148 deletions

View File

@ -8,6 +8,7 @@
:preview-full-image="false"
:max-count="multiple ? 6 : 1"
@click-preview="handlePreviewClick"
:deletable="showDel"
>
<div class="upload">
<img class="icon" src="@/assets/secondHandCar/upload.png"/>
@ -36,6 +37,10 @@ export default {
files: {
type: Array,
default: () => []
},
showDel:{
type: Boolean,
default: true
}
},
data() {