src/views/fysp/data-product/ProdSceneReport.vue
@@ -355,7 +355,7 @@ _deviceTypeName_1: d1._deviceTypeName, // hasPic2: d2 ? true : false, _showStatusPic_2: d2 ? d2._showStatusPic : right_triangle, _deviceTypeName_2: d2 ? d2._deviceTypeName : '' _deviceTypeName_2: d2 ? d2._deviceTypeName : '', }); } const param = { @@ -402,12 +402,13 @@ docLoading.value = true; exportDocx( '/单体模版.docx', '/单体模版-v1.0.docx', param, `${param.sceneName}单体(${date}).docx`, { horizontalHeight: 368, verticalWidth: 266 verticalWidth: 266, scale: 1.367 } ).finally(() => (docLoading.value = false)); }