| | |
| | | , |
| | | <span class="tag jump">跳过说明</span> |
| | | : |
| | | <span class="tag">{{log.eventDataObj.desc}}</span> |
| | | <span class="tag">{{log.eventDataJson ? JSON.parse(log.eventDataJson).desc : '无'}}</span> |
| | | </div> |
| | | </div> |
| | | <div class="log" v-else-if="log.eventType === 'SUPERVISE'"> |
| | |
| | | // 是否显示弹出层 |
| | | open: false, |
| | | // 是否展开,默认全部展开 |
| | | isExpandAll: true, |
| | | isExpandAll: false, |
| | | // 重新渲染表格状态 |
| | | refreshTable: true, |
| | | // 查询参数 |
| | |
| | | :filter-node-method="filterNode" |
| | | ref="tree" |
| | | node-key="id" |
| | | default-expand-all |
| | | highlight-current |
| | | @node-click="handleNodeClick" |
| | | /> |
| | |
| | | } |
| | | } |
| | | }; |
| | | </script> |
| | | </script> |