修改比对式检测页面

This commit is contained in:
guanj
2025-08-27 11:17:13 +08:00
parent 4a6db824ba
commit 772707ac42
7 changed files with 107 additions and 81 deletions

View File

@@ -206,6 +206,7 @@ const open = async (
standardDev: StandardDevice.ResPqStandardDevice[],
fatherPlanId: string
) => {
CompareTestVisible.value = false
selectTestItemPopupRef.value?.open()
devIdList.value = device
pqStandardDevList.value = standardDev
@@ -484,6 +485,7 @@ defineExpose({ open })
<style>
.flow-container {
width: 100%;
overflow: hidden;
}