+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
+
+
+
+
+
diff --git a/src/views/perception-devices/attribute-config/config.js b/src/views/perception-devices/attribute-config/config.js
new file mode 100644
index 00000000..0bcec210
--- /dev/null
+++ b/src/views/perception-devices/attribute-config/config.js
@@ -0,0 +1,18 @@
+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: '设备ID' },
+ { t_props: 'planStartTime', t_label: '属性ID' },
+ { t_props: 'planEndTime', t_label: '属性名称' },
+ { t_props: 'ownerUnit', t_label: '描述' },
+ { t_props: 'auditStatus', t_label: '数据类型' },
+ { t_props: 'auditStatus', t_label: '单位' },
+ { t_props: 'auditStatus', t_label: '属性值' },
+ { t_props: 'auditStatus', t_label: '创建时间' },
+]
+
+export const dialogConfig = {
+ outerWidth: '50%',
+ outerTitle: '新增',
+ outerVisible: false,
+}
diff --git a/src/views/perception-devices/attribute-config/index.vue b/src/views/perception-devices/attribute-config/index.vue
index 885d85d0..d5eeb52f 100644
--- a/src/views/perception-devices/attribute-config/index.vue
+++ b/src/views/perception-devices/attribute-config/index.vue
@@ -1,9 +1,89 @@