添加 标准库 模版库 页面

修改 终端台账管理 页面
This commit is contained in:
GGJ
2024-09-06 15:10:30 +08:00
parent 630156f221
commit 9bfb30a197
16 changed files with 2027 additions and 1447 deletions

View File

@@ -1,5 +1,5 @@
<template>
<Tree ref="treRef" :data="tree" :expanded="expanded" />
<Tree ref="treRef" :data="tree" style="height: 100%" :width="'100%'" :expanded="expanded" />
</template>
<script lang="ts" setup>
@@ -17,7 +17,6 @@ const expanded: any = ref([])
const tree = ref()
const treRef = ref()
const info = (id: any) => {
expanded.value = [id]
getTerminalTree().then(res => {
// let arr: any[] = []