修改测试问题

This commit is contained in:
guanj
2026-01-16 15:54:16 +08:00
parent 5ceb9be9e2
commit c09e6f54dd
15 changed files with 111 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="default-main">
<TableHeader ref="tableHeaderRef">
<TableHeader ref="tableHeaderRef" :showReset="false" showExport>
<template #select>
<el-form-item label="装置型号:">
<el-select v-model.trim="tableStore.table.params.devType" placeholder="请选择装置型号" clearable>

View File

@@ -1,7 +1,7 @@
<template>
<el-dialog class="cn-operate-dialog" v-model.trim="dialogVisible" title="编辑拓扑图信息">
<el-form :label-width="140">
<el-form-item label="拓扑图:" style="height: auto !important">
<el-form-item label="拓扑图:" style="height: auto !important" class="form-one">
<div class="gplot-content">
<VueDraggableResizable class-name-draggable="gplot-content-item"
class-name-active="gplot-content-item-active" :active="editorIndex == index" :resizable="false"