1
2
3
4
5
6
7
8
9
10
11
12
13
14
| import { Descriptions } from "element-ui"
|
| const config = {
| name: 'MQTT数据集',
| datasetType: 'mqtt',
| className: 'com.swiot.dataset.entity.config.MQTTDataSetConfig',
| componentName: 'MQTTDataset',
| showOperate: true,
| description:"编写JS代码进行MQTT数据创建"
| }
|
| export default {
| config
| }
|
|