yusheng 4 hari lalu
induk
melakukan
6eff443d30
1 mengubah file dengan 8 tambahan dan 3 penghapusan
  1. 8 3
      src/enum/dict.js

+ 8 - 3
src/enum/dict.js

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