From a5eb8bfb3869b0cec349ed795670d355675abd6b Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 14 十二月 2023 21:14:19 +0800 Subject: [PATCH] bug修改 --- src/components/solveProblem/index.vue | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/components/solveProblem/index.vue b/src/components/solveProblem/index.vue index b997b5e..99f2fbf 100644 --- a/src/components/solveProblem/index.vue +++ b/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; @@ -51,9 +49,11 @@ const { dispatchInfo } = this; if (name === '璋冨害') { return '銆愭淳閬f剰瑙併��' - } else if (name === '鏍告煡') { + } 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; @@ -97,10 +97,9 @@ .message { padding: 20px; - background-color: #070f22; - color: #4b9bb7; + color: #666; line-height: 20px; - font-size: 10px; + font-size: 12px; } } </style> \ No newline at end of file -- Gitblit v1.8.0