diff --git a/src/api/perception-devices/equipment-manage.js b/src/api/perception-devices/equipment-manage.js
index 1f857740..d5829e76 100644
--- a/src/api/perception-devices/equipment-manage.js
+++ b/src/api/perception-devices/equipment-manage.js
@@ -4,11 +4,11 @@ import request from '@/utils/request'
// 列表接口
export const getEquipmentManageListAPI = (data) => {
- return request.post('/xxx', data)
+ return request.get('/smart-site/collect/dev/getPageList', data)
}
// 新增接口
export const addEquipmentManageDataAPI = (data) => {
- return request.post('/xxx', data)
+ return request.post('/smart-site/collect/dev/insertData', data)
}
// 修改接口
export const editEquipmentManageDataAPI = (data) => {
diff --git a/src/views/high-formwork/components/add-edit-form.vue b/src/views/high-formwork/components/add-edit-form.vue
new file mode 100644
index 00000000..7a5f14ac
--- /dev/null
+++ b/src/views/high-formwork/components/add-edit-form.vue
@@ -0,0 +1,315 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1、上传图片文件格式支持PNG、JPG、JPEG;
+ 2、图片大小不超过10MB;
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/high-formwork/components/config.js b/src/views/high-formwork/components/config.js
new file mode 100644
index 00000000..fcb3383a
--- /dev/null
+++ b/src/views/high-formwork/components/config.js
@@ -0,0 +1,14 @@
+export const formLabel = [{ f_label: '搜索关键词', f_model: 'proName', f_type: 'ipt', isShow: false }]
+export const columnsList = [
+ { t_props: 'projectName', t_label: 'ID' },
+ { t_props: 'address', t_label: '设备名称' },
+ { t_props: 'planStartTime', t_label: '在线状态' },
+ { t_props: 'planEndTime', t_label: '位置' },
+ { t_props: 'ownerUnit', t_label: '描述' },
+]
+
+export const dialogConfig = {
+ outerWidth: '60%',
+ outerTitle: '设备新增',
+ outerVisible: false,
+}
diff --git a/src/views/high-formwork/components/project-details.vue b/src/views/high-formwork/components/project-details.vue
new file mode 100644
index 00000000..289c4028
--- /dev/null
+++ b/src/views/high-formwork/components/project-details.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+ 新增
+
+
+
+
+ 解绑设备
+
+
+
+
+ 状态
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确认绑定
+
+
+
+
+
+
+
+
+
diff --git a/src/views/high-formwork/config.js b/src/views/high-formwork/config.js
new file mode 100644
index 00000000..058523a4
--- /dev/null
+++ b/src/views/high-formwork/config.js
@@ -0,0 +1,14 @@
+export const formLabel = [{ f_label: '搜索关键词', f_model: 'proName', f_type: 'ipt', isShow: false }]
+export const columnsList = [
+ { t_props: 'projectName', t_label: '分组名称' },
+ { t_props: 'address', t_label: '支护状态' },
+ { t_props: 'planStartTime', t_label: '支护安全等级' },
+ { t_props: 'planEndTime', t_label: '施工开始时间' },
+ { t_props: 'ownerUnit', t_label: '描述' },
+]
+
+export const dialogConfig = {
+ outerWidth: '50%',
+ outerTitle: '新增',
+ outerVisible: false,
+}
diff --git a/src/views/high-formwork/index.vue b/src/views/high-formwork/index.vue
index 34fb8f02..b0d3d6ab 100644
--- a/src/views/high-formwork/index.vue
+++ b/src/views/high-formwork/index.vue
@@ -1,9 +1,99 @@
- 高支模分组管理
+
+
+
+
+
+ 新增
+
+
+
+
+ 修改
+
+
+ 删除
+
+
+ 设备
+
+
+
+
+ 状态
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/perception-devices/equipment-manage/components/add-edit-form.vue b/src/views/perception-devices/equipment-manage/components/add-edit-form.vue
index 310ab9c3..05737e2f 100644
--- a/src/views/perception-devices/equipment-manage/components/add-edit-form.vue
+++ b/src/views/perception-devices/equipment-manage/components/add-edit-form.vue
@@ -2,19 +2,19 @@
-
+
+
+
-
-
+
+
@@ -54,6 +54,7 @@