3328350766
6 天以前 761eb03d6b3bebd0b197179564c84d89d3d12a0d
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
  }