k94314517
2025-06-06 7af24e2656ddae37f03f1ae62b439f1bbf6a9dc4
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" 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>