diff --git a/src/views/home/device/product/components/editDialog.vue b/src/views/home/device/product/components/editDialog.vue new file mode 100644 index 0000000..9dd5b06 --- /dev/null +++ b/src/views/home/device/product/components/editDialog.vue @@ -0,0 +1,171 @@ + + + + + + diff --git a/src/views/home/device/product/components/editDialog.vue b/src/views/home/device/product/components/editDialog.vue new file mode 100644 index 0000000..9dd5b06 --- /dev/null +++ b/src/views/home/device/product/components/editDialog.vue @@ -0,0 +1,171 @@ + + + + + + diff --git a/src/views/home/device/product/index.vue b/src/views/home/device/product/index.vue index 7fcfb61..8acc8ab 100644 --- a/src/views/home/device/product/index.vue +++ b/src/views/home/device/product/index.vue @@ -1,3 +1,124 @@ + + + diff --git a/src/views/home/device/product/components/editDialog.vue b/src/views/home/device/product/components/editDialog.vue new file mode 100644 index 0000000..9dd5b06 --- /dev/null +++ b/src/views/home/device/product/components/editDialog.vue @@ -0,0 +1,171 @@ + + + + + + diff --git a/src/views/home/device/product/index.vue b/src/views/home/device/product/index.vue index 7fcfb61..8acc8ab 100644 --- a/src/views/home/device/product/index.vue +++ b/src/views/home/device/product/index.vue @@ -1,3 +1,124 @@ + + + diff --git a/src/views/home/device/type/index.vue b/src/views/home/device/type/index.vue index c83bbc6..49ed2bd 100644 --- a/src/views/home/device/type/index.vue +++ b/src/views/home/device/type/index.vue @@ -43,11 +43,11 @@ { text: '设备类型代号', value: 'deviceType', align: 'center' }, { text: '设备类型', value: 'deviceTypeName', align: 'center' }, { text: '描述', value: 'desc', align: 'center' }, - { text: '监控内容', value: 'monitor', align: 'center' }, - { text: '是否需要报警上限', value: 'alarmLimit', align: 'center' }, - { text: '是否需要报警下限', value: 'alarmLow', align: 'center' }, + { text: '检测对象', value: 'monitor', align: 'center' }, + // { text: '是否需要报警上限', value: 'alarmLimit', align: 'center' }, + // { text: '是否需要报警下限', value: 'alarmLow', align: 'center' }, { text: '是否启用', value: 'isEnable', align: 'center' }, - { text: '最新操作时间', value: 'time', align: 'center' }, + { text: '操作时间', value: 'time', align: 'center' }, ]) // 最终展示列 const columnsConfig = ref([])