| | |
| | | :title="title" |
| | | width="50%" |
| | | :withFooter="false" |
| | | :visible.sync="visible"是否 |
| | | :visible.sync="visible" |
| | | :confirm-working="isWorking" |
| | | > |
| | | <el-timeline reverse> |
| | |
| | | <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" v-if="index>0">说明:{{item.content}}</span> |
| | | <span class="c" v-if="index >0 && item.content">说明:{{item.content}}</span> |
| | | </div> |
| | | </el-timeline-item> |
| | | </el-timeline> |