BUG 28453
This commit is contained in:
@@ -21,6 +21,9 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #content>
|
<template #content>
|
||||||
<div v-html="detail.content"/>
|
<div v-html="detail.content"/>
|
||||||
|
<div class="mar-t8">
|
||||||
|
<el-image v-for="img in detail.images" :key="img.url" :src="img.url" :preview-src-list="[img.url]"/>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</ai-card>
|
</ai-card>
|
||||||
<ai-card title="沟通记录">
|
<ai-card title="沟通记录">
|
||||||
@@ -92,6 +95,7 @@ export default {
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.detail = res.data
|
this.detail = res.data
|
||||||
|
this.detail.images = this.detail.images ? JSON.parse(this.detail.images) : []
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user