| | |
| | | :preview-src-list="item.imgList" |
| | | fit="cover" :src="item.imgList[0]" |
| | | class="image" |
| | | style="display: flex;justify-content: center;align-items: center;" |
| | | > |
| | | <div slot="error" class="image-slot"> |
| | | <i class="el-icon-picture-outline">加载失败</i> |
| | |
| | | // 运维情况 |
| | | ywData: { |
| | | content: '', |
| | | fileList: '' |
| | | fileList: 'process.env.VUE_APP_BASE_API' |
| | | } |
| | | } |
| | | }, |
| | |
| | | this.queryParams['end'] = this.daterangeYwHandleTime ? this.daterangeYwHandleTime[1] : null |
| | | |
| | | listWorkOrder(this.queryParams).then(response => { |
| | | // response.data.forEach(item => { |
| | | // if (item.errorType) { |
| | | // item.errorTypeList = item.errorTypeList.split(",") |
| | | // } |
| | | // }) |
| | | response.data.forEach(item => { |
| | | if (item.imgList) { |
| | | item.imgList = item.imgList.map(img => { |
| | | return this.$img + img |
| | | }) |
| | | } |
| | | }) |
| | | this.workOrderList = response.data |
| | | this.total = response.total |
| | | this.loading = false |