add(recordBusbarAlarm): 添加电柜信息下拉树选项

- 新增 InfoOptions 数组用于存储电柜信息下拉树选项
- 添加左侧树结构筛选框相关属性
- 定义 props 对象以配置树形结构的展示
IOT
zch 2 months ago
parent d22783a154
commit 3f4797f118

@ -297,6 +297,17 @@ export default {
dicts: ['record_busbar_alarm_is_flag'],
data() {
return {
//
InfoOptions: [],
//
filterBoxName: undefined,
props:{
children: 'children',
label: 'label'
/* label: (data) => `(编号${data.code}) ${data.label} `*/
},
//
loading: true,
//

Loading…
Cancel
Save