<pv-for="(item, index) in fjList":key="index"class="file-item">{{item.name}}<spanclass="font-color-info">({{item.size}})</span><spanclass="del cp"@click="deleteFile(index)">×</span></p>
<pv-for="(item, index) in fjList":key="index"class="file-item">{{item.name}}<span
<divv-for="(img, imgIndex) in subItem.CustomerFollowUpModel.FollowUpImgList":key="imgIndex"class="img-box-item":style="`background-image:url(${img.FileUrl})`" @click="previewFile(img.FileUrl)"></div>
<divv-for="(img, imgIndex) in subItem.CustomerFollowUpModel.FollowUpImgList":key="imgIndex"