diff --git a/src/views/qms/inspectionJob/index.vue b/src/views/qms/inspectionJob/index.vue index 13b11b967..3c188f9dd 100644 --- a/src/views/qms/inspectionJob/index.vue +++ b/src/views/qms/inspectionJob/index.vue @@ -85,11 +85,11 @@ - + @@ -284,6 +284,8 @@ const buttonTableClick = async (val, row) => { } // 查看质检报告 +// 查看质检报告 +const reportHeight = ref(window.innerHeight - 120) const showQualityReport = ref(false) const qualityReport = ref('') const checkQualityReport = async (row) => {