|
|
@ -4,7 +4,7 @@ |
|
|
|
<div class="title flex items-center"> |
|
|
|
<!-- <div class="title-txt">附件</div> --> |
|
|
|
<UploadFile :isShowFile="false" :isShowTip="false" title="添加附件" :upData="upData" |
|
|
|
@update:modelValue="handleAnnexSuccess" /> |
|
|
|
@update:modelValue="handleAnnexSuccess" v-if="annexData.annexList.length<5"/> |
|
|
|
</div> |
|
|
|
<div class="list"> |
|
|
|
<div class="item flex items-start" v-for="(item, index) in annexData.annexList" :key="index"> |
|
|
|