联调 普测

This commit is contained in:
GGJ
2024-05-14 18:17:53 +08:00
parent 91e553ead3
commit 25f5272967
8 changed files with 189 additions and 178 deletions

View File

@@ -1,18 +1,5 @@
<template>
<div class="point-tree">
<div v-if="defaultProps.disabled != 'flag'">
<el-input
v-model="input"
style="width: 240px"
clearable
placeholder="请输入电站数"
class="mr10"
@input="handleEdit"
></el-input>
<el-button type="primary" :disabled="!input.length > 0" icon="el-icon-Operation" @click="Tick">
按配置勾选
</el-button>
</div>
<el-tree
:disabled="disabled"
style="height: 550px; overflow-y: auto; overflow-x: hidden"
@@ -69,7 +56,7 @@ const setKey = (key: any, text?: string) => {
}
defineExpose({ treeRef, setKey, loadData })
loadData()
// loadData()
</script>
<style lang="scss">
.point-tree {