diff --git a/src/api/ems/record/recordVibrationInstant.js b/src/api/ems/record/recordVibrationInstant.js
new file mode 100644
index 0000000..85fea95
--- /dev/null
+++ b/src/api/ems/record/recordVibrationInstant.js
@@ -0,0 +1,54 @@
+import request from '@/utils/request'
+
+// 查询震动实时数据列表
+export function listRecordVibrationInstant(query) {
+ return request({
+ url: '/ems/record/recordVibrationInstant/list',
+ method: 'get',
+ params: query
+ })
+}
+
+// 查询震动实时数据详细
+export function getRecordVibrationInstant(objId) {
+ return request({
+ url: '/ems/record/recordVibrationInstant/' + objId,
+ method: 'get'
+ })
+}
+
+// 新增震动实时数据
+export function addRecordVibrationInstant(data) {
+ return request({
+ url: '/ems/record/recordVibrationInstant',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改震动实时数据
+export function updateRecordVibrationInstant(data) {
+ return request({
+ url: '/ems/record/recordVibrationInstant',
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除震动实时数据
+export function delRecordVibrationInstant(objId) {
+ return request({
+ url: '/ems/record/recordVibrationInstant/' + objId,
+ method: 'delete'
+ })
+}
+
+// 查询电实时数据(曲线)
+export function vibrationInstantList(query) {
+ return request({
+ url: '/ems/record/recordVibrationInstant/vibrationInstantList',
+ method: 'get',
+ params: query
+ })
+}
+
diff --git a/src/views/ems/record/recordVibrationInstant/index.vue b/src/views/ems/record/recordVibrationInstant/index.vue
new file mode 100644
index 0000000..8a858aa
--- /dev/null
+++ b/src/views/ems/record/recordVibrationInstant/index.vue
@@ -0,0 +1,523 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.collectTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.recodeTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+