修改测试bug
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
</span>
|
||||
</template>
|
||||
<el-descriptions size="small" width="180" :column="4" border>
|
||||
<el-descriptions-item label="测试项名称" width="160">
|
||||
<!-- <el-descriptions-item label="测试项名称" width="160">
|
||||
{{ item.itemName }}
|
||||
</el-descriptions-item>
|
||||
</el-descriptions-item> -->
|
||||
<el-descriptions-item label="测量间隔" width="160">
|
||||
{{ item.statisticalInterval }}分钟
|
||||
</el-descriptions-item>
|
||||
@@ -205,7 +205,7 @@ const voltageLevelList = dictData.getBasicData('Dev_Voltage_Stand')
|
||||
const volConTypeList = dictData.getBasicData('Dev_Connect')
|
||||
//值类型
|
||||
const pageHeight = mainHeight(20)
|
||||
const EcharHeight = ref(mainHeight(483))
|
||||
const EcharHeight = ref(mainHeight(451))
|
||||
const loading = ref(false)
|
||||
const searchForm: any = ref({})
|
||||
const typeOptions = [
|
||||
@@ -554,7 +554,7 @@ const init = (flag: boolean) => {
|
||||
opacity: 0.35,
|
||||
fontSize: 14
|
||||
},
|
||||
backgroundColor: 'rgba(0,0,0,0.35)',
|
||||
backgroundColor: 'rgba(0,0,0,0.55)',
|
||||
borderWidth: 0,
|
||||
formatter(params: any) {
|
||||
const xname = params[0].value[0]
|
||||
@@ -564,7 +564,7 @@ const init = (flag: boolean) => {
|
||||
|
||||
if (el.value[3] == 'dashed') {
|
||||
for (let i = 0; i < 3; i++) {
|
||||
marker+= `<span style="display:inline-block;border: 2px ${el.color} solid;margin-right:5px;width:10px;height:0px;background-color:#ffffff00;"></span>`
|
||||
marker += `<span style="display:inline-block;border: 2px ${el.color} solid;margin-right:5px;width:10px;height:0px;background-color:#ffffff00;"></span>`
|
||||
}
|
||||
} else {
|
||||
marker = `<span style="display:inline-block;border: 2px ${el.color} ${el.value[3]};margin-right:5px;width:40px;height:0px;background-color:#ffffff00;"></span>`
|
||||
@@ -889,13 +889,13 @@ const selectChange = (e: boolean) => {
|
||||
|
||||
if (activeColName.value == '0') {
|
||||
if (flag.value) {
|
||||
EcharHeight.value = mainHeight(527)
|
||||
EcharHeight.value = mainHeight(495)
|
||||
} else {
|
||||
EcharHeight.value = mainHeight(483)
|
||||
EcharHeight.value = mainHeight(451)
|
||||
}
|
||||
} else {
|
||||
if (flag.value) {
|
||||
EcharHeight.value = mainHeight(357)
|
||||
EcharHeight.value = mainHeight(355)
|
||||
} else {
|
||||
EcharHeight.value = mainHeight(315)
|
||||
}
|
||||
@@ -905,13 +905,13 @@ const selectChange = (e: boolean) => {
|
||||
const handleChange = () => {
|
||||
if (activeColName.value == '0') {
|
||||
if (flag.value) {
|
||||
EcharHeight.value = mainHeight(527)
|
||||
EcharHeight.value = mainHeight(495)
|
||||
} else {
|
||||
EcharHeight.value = mainHeight(483)
|
||||
EcharHeight.value = mainHeight(451)
|
||||
}
|
||||
} else {
|
||||
if (flag.value) {
|
||||
EcharHeight.value = mainHeight(357)
|
||||
EcharHeight.value = mainHeight(355)
|
||||
} else {
|
||||
EcharHeight.value = mainHeight(315)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user