diff --git a/src/api/kitchen/environment.js b/src/api/kitchen/environment.js
index 6c335a49..06956649 100644
--- a/src/api/kitchen/environment.js
+++ b/src/api/kitchen/environment.js
@@ -1,8 +1,16 @@
import request from '@/utils/request'
+// 查询厨房后场传感器所有记录列表
+export function getKitchenSensorAllRecordListApi(data) {
+ return request({
+ url: '/smart-canteen/hardwareScreen/getDeviceRecordListByDeviceType',
+ method: 'get',
+ params: data
+ })
+}
-// 查询厨房后场设备传感器记录列表
-export function getKitchenDeviceSensorRecordListApi(data) {
+// 查询厨房后场传感器告警记录列表
+export function getKitchenDeviceSensorAlarmRecordListApi(data) {
return request({
url: '/smart-canteen/kitchen_device_sensor_record/list',
method: 'get',
diff --git a/src/views/kitchen/environment/energyRecord/index.vue b/src/views/kitchen/environment/energyRecord/index.vue
new file mode 100644
index 00000000..ba1551bf
--- /dev/null
+++ b/src/views/kitchen/environment/energyRecord/index.vue
@@ -0,0 +1,229 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+ {{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}}
+
+
+
+
+
+
+
+
+ {{ scope.row.temperature }}℃
+
+
+
+
+ {{ scope.row.humidity }}%
+
+
+
+
+ {{ scope.row.usage }}m³
+
+
+
+
+ {{ scope.row.usage }}KW
+
+
+
+
+ 在线
+ 离线
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/kitchen/staffManage/violation/index.vue b/src/views/kitchen/staffManage/violation/index.vue
deleted file mode 100644
index 0f4f2c01..00000000
--- a/src/views/kitchen/staffManage/violation/index.vue
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
-
-
-
-
-
-
- {{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}}
-
-
-
-
-
-
-
-
- 无
-
-
-
-
-
-
-
-
-
-
-
-
-
-