diff --git a/src/locales/lang/zh-CN/menu.js b/src/locales/lang/zh-CN/menu.js
index 90f8bd2..961d7e1 100644
--- a/src/locales/lang/zh-CN/menu.js
+++ b/src/locales/lang/zh-CN/menu.js
@@ -44,4 +44,5 @@ export default {
serviceMenu: '服务设施',
serviceSites: '服务站点',
serviceOrganization: '服务组织',
+ nodeAdministration: '节点管理',
}
diff --git a/src/router/routes/service.js b/src/router/routes/service.js
index 12f63f5..9a86099 100644
--- a/src/router/routes/service.js
+++ b/src/router/routes/service.js
@@ -34,7 +34,20 @@ export default [
keepAlive: true,
permission: '*',
},
+ },
+ {
+ path: 'nodeAdministration',
+ name: 'nodeAdministration',
+ component: 'serviceMenu/nodeAdministration/index.vue',
+ meta: {
+ title: '节点管理',
+ isMenu: true,
+ keepAlive: true,
+ permission: '*',
+ },
}
+
+
],
},
]
\ No newline at end of file
diff --git a/src/views/serviceMenu/nodeAdministration/components/EditDialog.vue b/src/views/serviceMenu/nodeAdministration/components/EditDialog.vue
new file mode 100644
index 0000000..a73a3e2
--- /dev/null
+++ b/src/views/serviceMenu/nodeAdministration/components/EditDialog.vue
@@ -0,0 +1,687 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 已结单
+ 已作废
+
+
+
+
+
+
+
+
+
+
+
+ 社区服务中心
+ 养老服务站
+ 综合服务中心
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 一星
+ 二星
+ 三星
+ 四星
+ 五星
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 选择地图位置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 营业中
+ 已关闭
+ 暂停营业
+
+
+
+
+
+
+
+
+ 提供服务
+
+
+ 勾选以下服务类型在小程序可见
+
+
+
+
+
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/serviceMenu/nodeAdministration/index.vue b/src/views/serviceMenu/nodeAdministration/index.vue
new file mode 100644
index 0000000..dbc2cbc
--- /dev/null
+++ b/src/views/serviceMenu/nodeAdministration/index.vue
@@ -0,0 +1,459 @@
+
+
+
+
+
+
+
+
+
+ {{ record.projectType === 'Supervision' ? '监管' : '居家养老床位' }}
+
+
+
+
+ {{ record.status === 0 ? '启用' : '禁用' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 监管
+ 居家养老床位
+
+
+
+
+ 启用
+ 禁用
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/serviceMenu/serviceOrganization/components/AddEquipments.vue b/src/views/serviceMenu/serviceOrganization/components/AddEquipments.vue
new file mode 100644
index 0000000..ad23c8a
--- /dev/null
+++ b/src/views/serviceMenu/serviceOrganization/components/AddEquipments.vue
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ record.online ? '在线' : '离线' }}
+
+
+
+
+
+ 编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 传感器
+ 控制器
+ 网关
+ 摄像头
+
+
+
+
+ 供应商A
+ 供应商B
+ 供应商C
+ 供应商D
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/serviceMenu/serviceOrganization/index.vue b/src/views/serviceMenu/serviceOrganization/index.vue
index c7e76e2..b2ca16a 100644
--- a/src/views/serviceMenu/serviceOrganization/index.vue
+++ b/src/views/serviceMenu/serviceOrganization/index.vue
@@ -16,14 +16,14 @@
-
-
+
+
-
-
+
+
已结单
已作废
@@ -31,8 +31,8 @@
-
-
+
+
已结单
已作废
@@ -40,8 +40,8 @@
-
-
+
+
已结单
已作废
@@ -117,6 +117,8 @@
+
+
@@ -344,6 +392,3 @@ function handleDeviceManagement(record) {
}
}
-
-
-