|
|
|
@ -316,7 +316,10 @@ |
|
|
|
<span class="info-label">材料</span> |
|
|
|
<span class="info-label">材料</span> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
<el-col :span="21"> |
|
|
|
<el-col :span="21"> |
|
|
|
<div class="img-box" v-for="(item, index) in formData.verifyAttachments" :key="index" :style="{ backgroundImage: `url(${VITE_API_URL}/api/file/stream/${item.filepath})`}"></div> |
|
|
|
<!-- <div class="img-box" v-for="(item, index) in formData.verifyAttachments" :key="index" :style="{ backgroundImage: `url(${VITE_API_URL}/api/file/stream/${item.filepath})`}"> --> |
|
|
|
|
|
|
|
<div class="img-box"> |
|
|
|
|
|
|
|
<FileList :files="formData.verifyAttachments" /> |
|
|
|
|
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -514,6 +517,7 @@ const getDetail = async (row: Record<string, any>) => { |
|
|
|
}) |
|
|
|
}) |
|
|
|
console.log(mailDetail) |
|
|
|
console.log(mailDetail) |
|
|
|
setFormData(mailDetail) |
|
|
|
setFormData(mailDetail) |
|
|
|
|
|
|
|
console.log(formData) |
|
|
|
console.log(verifyFollowupPolice) |
|
|
|
console.log(verifyFollowupPolice) |
|
|
|
} catch (error) { |
|
|
|
} catch (error) { |
|
|
|
} |
|
|
|
} |
|
|
|
@ -677,5 +681,6 @@ border-top: 1px solid #4E8FFF; /* 设置上边框为1px实线,颜色为黑色 |
|
|
|
width: 50px; |
|
|
|
width: 50px; |
|
|
|
height: 50px; |
|
|
|
height: 50px; |
|
|
|
margin-left: 20px; |
|
|
|
margin-left: 20px; |
|
|
|
|
|
|
|
margin-bottom: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|
|