| | |
| | | <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 |
| | |
| | | <style lang="scss" scoped> |
| | | .sovle-problem { |
| | | .sovle-header { |
| | | padding: 0 200px; |
| | | padding: 0 40px; |
| | | display: flex; |
| | | line-height: 60px; |
| | | justify-content: space-between; |
| | |
| | | |
| | | .message { |
| | | padding: 20px; |
| | | background-color: #070f22; |
| | | color: #4b9bb7; |
| | | color: #666; |
| | | line-height: 20px; |
| | | font-size: 10px; |
| | | font-size: 12px; |
| | | } |
| | | } |
| | | </style> |