| | |
| | | const d2 = |
| | | i + 1 < deviceList.value.length ? deviceList.value[i + 1] : undefined; |
| | | _deviceList.push({ |
| | | _showStatusPic_1: d1._showStatusPic, |
| | | _showStatusPic_1: d1._showStatusPic ? d1._showStatusPic : right_triangle, |
| | | _deviceTypeName_1: d1._deviceTypeName, |
| | | // hasPic2: d2 ? true : false, |
| | | _showStatusPic_2: d2 ? d2._showStatusPic : right_triangle, |
| | | _showStatusPic_2: d2 ? (d2._showStatusPic ? d2._showStatusPic : right_triangle) : right_triangle, |
| | | _deviceTypeName_2: d2 ? d2._deviceTypeName : '', |
| | | }); |
| | | } |
| | |
| | | } |
| | | } |
| | | const date = dayjs(curSubtask.value.data.stPlanTime).format('MM月DD日'); |
| | | console.log(param); |
| | | |
| | | docLoading.value = true; |
| | | exportDocx( |