diff --git a/src/views/iot/tplink/camera/camera.data.ts b/src/views/iot/tplink/camera/camera.data.ts index dd549f3..d0a3e91 100644 --- a/src/views/iot/tplink/camera/camera.data.ts +++ b/src/views/iot/tplink/camera/camera.data.ts @@ -4,6 +4,11 @@ import dayjs from 'dayjs'; //列表数据 export const columns: BasicColumn[] = [ + { + title: '序号', + align: "center", + dataIndex: 'id' + }, { title: '设备序号', align: "center", @@ -19,6 +24,11 @@ export const columns: BasicColumn[] = [ align: "center", dataIndex: 'deviceModel' }, + { + title: '设备维度', + align: "center", + dataIndex: 'dimension' + }, { title: '设备类型', align: "center", @@ -264,7 +274,7 @@ export const formSchema: FormSchema[] = [ } }, { - label: 'FTP用户', + label: 'FTP账户', field: 'ftpUsername', component: 'Input', show: ({model})=>{ diff --git a/src/views/iot/tplink/camera/components/CameraInfoForm.vue b/src/views/iot/tplink/camera/components/CameraInfoForm.vue index 75f33d1..c84cba8 100644 --- a/src/views/iot/tplink/camera/components/CameraInfoForm.vue +++ b/src/views/iot/tplink/camera/components/CameraInfoForm.vue @@ -75,7 +75,7 @@ - + diff --git a/src/views/iot/tplink/camera/components/ConfigInfoForm.vue b/src/views/iot/tplink/camera/components/ConfigInfoForm.vue index 2704800..74e2618 100644 --- a/src/views/iot/tplink/camera/components/ConfigInfoForm.vue +++ b/src/views/iot/tplink/camera/components/ConfigInfoForm.vue @@ -12,7 +12,7 @@ - + @@ -40,7 +40,7 @@ - + diff --git a/src/views/iot/tplink/network/components/ConfigInfoForm.vue b/src/views/iot/tplink/network/components/ConfigInfoForm.vue index a450e08..8d02338 100644 --- a/src/views/iot/tplink/network/components/ConfigInfoForm.vue +++ b/src/views/iot/tplink/network/components/ConfigInfoForm.vue @@ -40,7 +40,7 @@ - + diff --git a/src/views/iot/tplink/network/network.data.ts b/src/views/iot/tplink/network/network.data.ts index 330e41e..4b67788 100644 --- a/src/views/iot/tplink/network/network.data.ts +++ b/src/views/iot/tplink/network/network.data.ts @@ -1,9 +1,13 @@ import {BasicColumn} from '/@/components/Table'; import {FormSchema} from '/@/components/Table'; -import dayjs from 'dayjs'; //列表数据 export const columns: BasicColumn[] = [ + { + title: '序号', + align: "center", + dataIndex: 'id' + }, { title: '设备序号', align: "center", @@ -19,6 +23,11 @@ export const columns: BasicColumn[] = [ align: "center", dataIndex: 'deviceModel' }, + { + title: '设备维度', + align: "center", + dataIndex: 'dimension' + }, { title: '设备类型', align: "center", diff --git a/src/views/iot/tq/water/index.vue b/src/views/iot/tq/water/index.vue index 9afbb1c..ccf8cf2 100644 --- a/src/views/iot/tq/water/index.vue +++ b/src/views/iot/tq/water/index.vue @@ -6,6 +6,7 @@