| | |
| | | <!-- |
| | | * @Date: 2024-04-27 20:04:34 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-05-08 23:13:10 |
| | | * @LastEditTime: 2024-06-16 16:21:13 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/tpm/MachineTab.vue |
| | | --> |
| | | <template> |
| | |
| | | <el-aside width="200px" v-loading="showGrouploading"> |
| | | <el-container> |
| | | <el-main class="nopadding"> |
| | | <el-tree ref="group" default-expand-all node-key="id" :data="group" |
| | | <el-tree :expand-on-click-node="false" ref="group" default-expand-all node-key="id" :data="group" |
| | | :current-node-key="params.groupId" :highlight-current="true" @node-click="nodeClick"></el-tree> |
| | | </el-main> |
| | | </el-container> |