zhanghua
2023-11-13 2b6f255b97dba15d22b86319e2f38f6efac417cc
src/components/solveProblem/index.vue
@@ -5,7 +5,7 @@
            <div class="sovle-limit">剩余时间:{{getRestTime(dispatchInfo.disposeDate)}}</div>
        </div>
        <div class="sovle-timeline">
            <el-timeline>
            <el-timeline >
                <el-timeline-item :color="mycolor" v-for="item in list" :key="item.id">
                    <div class="title">
                        <div class="title-left">【{{item.name}}】处理人: {{item.disposeRecords && item.disposeRecords.length
@@ -37,9 +37,7 @@
        const { handlePassVo: mylist, baseCase } = this;
        console.log(baseCase, mylist);
        if (mylist) {
            this.list = mylist.workflowConfigSteps.filter(item => {
                return item.id !== 2
            });
            this.list = mylist.workflowConfigSteps;
        }
        if (baseCase.dispatchInfo) {
            this.dispatchInfo = baseCase.dispatchInfo;
@@ -50,10 +48,12 @@
        filterPerson(name) {
            const { dispatchInfo } = this;
            if (name === '调度') {
                return '【派遣意见】' + dispatchInfo.dispatchOpinion
            } else if (name === '核查') {
                return '【派遣意见】'
            } else if (name === '处理') {
                return '【处理结果】'
            }else if (name === '核查') {
                return '【核查结果】'
            } else if (name === '结案') {
            }  else if (name === '结案') {
                return '【评定结果】'
            }
            return
@@ -80,7 +80,7 @@
<style lang="scss" scoped>
.sovle-problem {
    .sovle-header {
        padding: 0 200px;
        padding: 0 40px;
        display: flex;
        line-height: 60px;
        justify-content: space-between;