微调
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
</el-form-item>
|
||||
</template>
|
||||
<template #operation>
|
||||
<!-- <el-button icon="el-icon-Download" type="primary" @click="download">下载波形</el-button> -->
|
||||
<el-button icon="el-icon-Download" type="primary" @click="download">下载波形</el-button>
|
||||
<!-- <el-button icon="el-icon-Download" type="primary" @click="exportEvent">导出</el-button> -->
|
||||
</template>
|
||||
</TableHeader>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
style="width: 100%; height: 100%"
|
||||
:props="props"
|
||||
:data="fromDataValue"
|
||||
default-expand-all
|
||||
:default-expanded-keys="leftDefaultExpandedKeys"
|
||||
show-checkbox
|
||||
node-key="id"
|
||||
@@ -47,6 +48,7 @@
|
||||
ref="rightTree"
|
||||
style="width: 100%; height: 100%"
|
||||
:props="props"
|
||||
default-expand-all
|
||||
:data="toDataValue"
|
||||
:default-expanded-keys="rightDefaultExpandedKeys"
|
||||
show-checkbox
|
||||
|
||||
Reference in New Issue
Block a user