company/src/components/business/caseProgress.vue
@@ -3,7 +3,7 @@ :title="title" width="50%" :withFooter="false" :visible.sync="visible" :visible.sync="visible"是否 :confirm-working="isWorking" > <el-timeline reverse> @@ -11,7 +11,7 @@ <div style="display: flex; flex-direction: column;"> <span class="a">{{item.title}}</span> <span class="b">{{item.creatorName}} {{item.companyName || '平台理赔员'}} {{item.createDate }}</span> <span class="c">说明:{{item.content}}</span> <span class="c" v-if="index>0">说明:{{item.content}}</span> </div> </el-timeline-item> </el-timeline>