diff --git a/dist.zip b/dist.zip
index 5b9b3543..18b9c8c2 100644
Binary files a/dist.zip and b/dist.zip differ
diff --git a/src/api/monitoring/eqParamAlarmLog.js b/src/api/monitoring/eqParamAlarmLog.js
new file mode 100644
index 00000000..8c4ada88
--- /dev/null
+++ b/src/api/monitoring/eqParamAlarmLog.js
@@ -0,0 +1,25 @@
+import request from '@/utils/request'
+
+export function getEquipmentAlarmLogPage(query) {
+ return request({
+ url: '/monitoring/equipment-param-alarm-log/page',
+ method: 'get',
+ params: query,
+ });
+}
+
+export function getEqList(query) {
+ return request({
+ url: '/base/equipment/listByLine',
+ method: 'get',
+ params: query,
+ });
+}
+
+export function getLineList(query) {
+ return request({
+ url: '/base/production-line/listAll',
+ method: 'get',
+ // params: query,
+ });
+}
diff --git a/src/views/monitoring/eqParamAlarmLog/index.vue b/src/views/monitoring/eqParamAlarmLog/index.vue
new file mode 100644
index 00000000..83966ea7
--- /dev/null
+++ b/src/views/monitoring/eqParamAlarmLog/index.vue
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/monitoring/equipmentStatusAndParams copy/index.vue b/src/views/monitoring/equipmentStatusAndParams copy/index.vue
new file mode 100644
index 00000000..b5a2e2b2
--- /dev/null
+++ b/src/views/monitoring/equipmentStatusAndParams copy/index.vue
@@ -0,0 +1,301 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/monitoring/equipmentStatusAndParams/chart.vue b/src/views/monitoring/equipmentStatusAndParams/chart.vue
new file mode 100644
index 00000000..9f922d91
--- /dev/null
+++ b/src/views/monitoring/equipmentStatusAndParams/chart.vue
@@ -0,0 +1,400 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/monitoring/equipmentStatusAndParams/dialogForm.vue b/src/views/monitoring/equipmentStatusAndParams/dialogForm.vue
new file mode 100644
index 00000000..a9ea7e2a
--- /dev/null
+++ b/src/views/monitoring/equipmentStatusAndParams/dialogForm.vue
@@ -0,0 +1,215 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/monitoring/equipmentStatusAndParams/index.vue b/src/views/monitoring/equipmentStatusAndParams/index.vue
index b5a2e2b2..9c5061b7 100644
--- a/src/views/monitoring/equipmentStatusAndParams/index.vue
+++ b/src/views/monitoring/equipmentStatusAndParams/index.vue
@@ -1,38 +1,25 @@
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
-
+