|
@@ -89,6 +89,12 @@
|
|
|
<div v-text="reportingDetailData.row.content"></div>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
+ <el-row v-if="reportingDetailData.row.clueReplies && reportingDetailData.row.clueReplies.length">
|
|
|
+ <el-col :span="5">回复内容:</el-col>
|
|
|
+ <el-col :span="19">
|
|
|
+ <div v-text="reportingDetailData.row.clueReplies[0].content"></div>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
</el-dialog>
|
|
|
<el-dialog v-model="reportingReplyStatus" title="回复" width="30%">
|
|
|
<el-row>
|
|
@@ -259,7 +265,10 @@ defineExpose({
|
|
|
border-bottom: 1px dashed #b9c0d3;
|
|
|
}
|
|
|
|
|
|
-.el-row {
|
|
|
- line-height: 1.5em;
|
|
|
-}
|
|
|
+
|
|
|
</style>
|
|
|
+<style>
|
|
|
+.lists .el-row {
|
|
|
+ line-height: 2em;
|
|
|
+}
|
|
|
+</style>
|