微调
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<span class="nav-bar-title">{{ getTheme.name }}
|
<span class="nav-bar-title">{{ getTheme.name }}
|
||||||
<span style="font-size: 14px;" >
|
<span style="font-size: 14px;" >
|
||||||
(v1.0.0)
|
(v1.0.1)
|
||||||
</span>
|
</span>
|
||||||
<!-- <span style="font-size: 14px;" v-if="Version?.versionName">
|
<!-- <span style="font-size: 14px;" v-if="Version?.versionName">
|
||||||
({{ Version?.versionName }})
|
({{ Version?.versionName }})
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</template>
|
</template>
|
||||||
<template #operation>
|
<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> -->
|
<!-- <el-button icon="el-icon-Download" type="primary" @click="exportEvent">导出</el-button> -->
|
||||||
</template>
|
</template>
|
||||||
</TableHeader>
|
</TableHeader>
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
style="width: 100%; height: 100%"
|
style="width: 100%; height: 100%"
|
||||||
:props="props"
|
:props="props"
|
||||||
:data="fromDataValue"
|
:data="fromDataValue"
|
||||||
|
default-expand-all
|
||||||
:default-expanded-keys="leftDefaultExpandedKeys"
|
:default-expanded-keys="leftDefaultExpandedKeys"
|
||||||
show-checkbox
|
show-checkbox
|
||||||
node-key="id"
|
node-key="id"
|
||||||
@@ -47,6 +48,7 @@
|
|||||||
ref="rightTree"
|
ref="rightTree"
|
||||||
style="width: 100%; height: 100%"
|
style="width: 100%; height: 100%"
|
||||||
:props="props"
|
:props="props"
|
||||||
|
default-expand-all
|
||||||
:data="toDataValue"
|
:data="toDataValue"
|
||||||
:default-expanded-keys="rightDefaultExpandedKeys"
|
:default-expanded-keys="rightDefaultExpandedKeys"
|
||||||
show-checkbox
|
show-checkbox
|
||||||
|
|||||||
Reference in New Issue
Block a user