|
@@ -44,11 +44,10 @@ export default {
|
|
|
流程实例的结果: 'bpm_process_instance_result',
|
|
流程实例的结果: 'bpm_process_instance_result',
|
|
|
表计类型: 'meter_type',
|
|
表计类型: 'meter_type',
|
|
|
定时任务状态: 'infra_job_status',
|
|
定时任务状态: 'infra_job_status',
|
|
|
- 设备管理状态:'activity_status',
|
|
|
|
|
|
|
+ 设备管理状态: 'activity_status',
|
|
|
摄像机类型: 'isp_camera_type',
|
|
摄像机类型: 'isp_camera_type',
|
|
|
摄像头品牌: 'camera_brand',
|
|
摄像头品牌: 'camera_brand',
|
|
|
- NVR设备类型:'device_type_nvr'
|
|
|
|
|
-
|
|
|
|
|
|
|
+ NVR设备类型: 'device_type_nvr'
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
export const numberList = ['patrol_cycle'];
|
|
export const numberList = ['patrol_cycle'];
|
|
@@ -121,5 +120,11 @@ export const energyConsumingUnitList = [
|
|
|
{ value: '3', label: '元/MJ' },
|
|
{ value: '3', label: '元/MJ' },
|
|
|
{ value: '4', label: '元/GJ' }
|
|
{ value: '4', label: '元/GJ' }
|
|
|
]
|
|
]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ value: '5',
|
|
|
|
|
+ label: '煤',
|
|
|
|
|
+ unit: [{ value: '1', label: '吨' }],
|
|
|
|
|
+ priceUnit: [{ value: '1', label: '元/吨' }]
|
|
|
}
|
|
}
|
|
|
];
|
|
];
|