修改检测查询页面空白问题
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
<div class="content-right-title">
|
<div class="content-right-title">
|
||||||
<div style="width: 840px;">
|
<div style="width: 840px;">
|
||||||
<span class="content-right-title-text">当前检测项目:
|
<span class="content-right-title-text">当前检测项目:
|
||||||
<el-popover trigger="hover" :content="currentDesc" :width="popoverWidth" placement="right">
|
<el-popover trigger="hover" :content="currentDesc" width="500px" placement="right">
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<el-button type="text" style="font-size: 14px;">
|
<el-button type="text" style="font-size: 14px;">
|
||||||
{{ currentScriptTypeName }}
|
{{ currentScriptTypeName }}
|
||||||
|
|||||||
@@ -175,7 +175,7 @@
|
|||||||
<!-- 检测过程显示弹窗 -->
|
<!-- 检测过程显示弹窗 -->
|
||||||
<TestPopup ref="testPopup" @quitClicked="handleQuitClicked"></TestPopup>
|
<TestPopup ref="testPopup" @quitClicked="handleQuitClicked"></TestPopup>
|
||||||
<!-- 检测数据查询弹窗 -->
|
<!-- 检测数据查询弹窗 -->
|
||||||
<dataCheckPopup ref="dataCheckPopupRef" />
|
<dataCheckPopup ref="dataCheckPopupRef" :append-to-body="true"/>
|
||||||
<!-- 手动检测检测项选择弹窗 -->
|
<!-- 手动检测检测项选择弹窗 -->
|
||||||
<SelectTestItemPopup ref="selectTestItemPopupRef" @openTestDialog="openTestDialog"></SelectTestItemPopup>
|
<SelectTestItemPopup ref="selectTestItemPopupRef" @openTestDialog="openTestDialog"></SelectTestItemPopup>
|
||||||
<!-- 省平台模式下的温度湿度填写弹窗 -->
|
<!-- 省平台模式下的温度湿度填写弹窗 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user