diff --git a/src/views/dataManage/deviceData/listHydrantData.vue b/src/views/dataManage/deviceData/listHydrantData.vue index a69f185..7116cca 100644 --- a/src/views/dataManage/deviceData/listHydrantData.vue +++ b/src/views/dataManage/deviceData/listHydrantData.vue @@ -84,12 +84,9 @@ columns: [ { text: '设备编号', value: 'devcode', align: 'center' }, { text: '点位编号', value: 'wellCode', width: 170, align: 'center' }, - { text: '设备类型编号', value: 'deviceType', align: 'center' }, - { text: '设备类型名称', value: 'deviceTypeName', align: 'center' }, - { text: '部门编号', value: 'deptid', align: 'center' }, + { text: '设备类型', value: 'deviceTypeName', align: 'center' }, { text: '权属单位', value: 'deptName', align: 'center' }, { text: '状态描述', value: 'descn', align: 'center' }, - { text: '消防栓状态', value: 'status', align: 'center' }, { text: '上传时间', value: 'logtime', align: 'center' } ], // 显示列 list: [], // 列表数据 diff --git a/src/views/dataManage/deviceData/listHydrantData.vue b/src/views/dataManage/deviceData/listHydrantData.vue index a69f185..7116cca 100644 --- a/src/views/dataManage/deviceData/listHydrantData.vue +++ b/src/views/dataManage/deviceData/listHydrantData.vue @@ -84,12 +84,9 @@ columns: [ { text: '设备编号', value: 'devcode', align: 'center' }, { text: '点位编号', value: 'wellCode', width: 170, align: 'center' }, - { text: '设备类型编号', value: 'deviceType', align: 'center' }, - { text: '设备类型名称', value: 'deviceTypeName', align: 'center' }, - { text: '部门编号', value: 'deptid', align: 'center' }, + { text: '设备类型', value: 'deviceTypeName', align: 'center' }, { text: '权属单位', value: 'deptName', align: 'center' }, { text: '状态描述', value: 'descn', align: 'center' }, - { text: '消防栓状态', value: 'status', align: 'center' }, { text: '上传时间', value: 'logtime', align: 'center' } ], // 显示列 list: [], // 列表数据 diff --git a/src/views/deviceConfig/components/listDigConfig.vue b/src/views/deviceConfig/components/listDigConfig.vue index 05364ec..4d136cb 100644 --- a/src/views/deviceConfig/components/listDigConfig.vue +++ b/src/views/deviceConfig/components/listDigConfig.vue @@ -238,7 +238,6 @@ }, // 批量导出 batchExport() { - console.log('批量导出燃气配置') // 全屏加载动画 const loading = this.$loading({ lock: true, @@ -253,7 +252,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `开挖配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/dataManage/deviceData/listHydrantData.vue b/src/views/dataManage/deviceData/listHydrantData.vue index a69f185..7116cca 100644 --- a/src/views/dataManage/deviceData/listHydrantData.vue +++ b/src/views/dataManage/deviceData/listHydrantData.vue @@ -84,12 +84,9 @@ columns: [ { text: '设备编号', value: 'devcode', align: 'center' }, { text: '点位编号', value: 'wellCode', width: 170, align: 'center' }, - { text: '设备类型编号', value: 'deviceType', align: 'center' }, - { text: '设备类型名称', value: 'deviceTypeName', align: 'center' }, - { text: '部门编号', value: 'deptid', align: 'center' }, + { text: '设备类型', value: 'deviceTypeName', align: 'center' }, { text: '权属单位', value: 'deptName', align: 'center' }, { text: '状态描述', value: 'descn', align: 'center' }, - { text: '消防栓状态', value: 'status', align: 'center' }, { text: '上传时间', value: 'logtime', align: 'center' } ], // 显示列 list: [], // 列表数据 diff --git a/src/views/deviceConfig/components/listDigConfig.vue b/src/views/deviceConfig/components/listDigConfig.vue index 05364ec..4d136cb 100644 --- a/src/views/deviceConfig/components/listDigConfig.vue +++ b/src/views/deviceConfig/components/listDigConfig.vue @@ -238,7 +238,6 @@ }, // 批量导出 batchExport() { - console.log('批量导出燃气配置') // 全屏加载动画 const loading = this.$loading({ lock: true, @@ -253,7 +252,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `开挖配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listHarmfulConfig.vue b/src/views/deviceConfig/components/listHarmfulConfig.vue index 4afda6a..29c3517 100644 --- a/src/views/deviceConfig/components/listHarmfulConfig.vue +++ b/src/views/deviceConfig/components/listHarmfulConfig.vue @@ -228,7 +228,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `有害气体监测仪配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/dataManage/deviceData/listHydrantData.vue b/src/views/dataManage/deviceData/listHydrantData.vue index a69f185..7116cca 100644 --- a/src/views/dataManage/deviceData/listHydrantData.vue +++ b/src/views/dataManage/deviceData/listHydrantData.vue @@ -84,12 +84,9 @@ columns: [ { text: '设备编号', value: 'devcode', align: 'center' }, { text: '点位编号', value: 'wellCode', width: 170, align: 'center' }, - { text: '设备类型编号', value: 'deviceType', align: 'center' }, - { text: '设备类型名称', value: 'deviceTypeName', align: 'center' }, - { text: '部门编号', value: 'deptid', align: 'center' }, + { text: '设备类型', value: 'deviceTypeName', align: 'center' }, { text: '权属单位', value: 'deptName', align: 'center' }, { text: '状态描述', value: 'descn', align: 'center' }, - { text: '消防栓状态', value: 'status', align: 'center' }, { text: '上传时间', value: 'logtime', align: 'center' } ], // 显示列 list: [], // 列表数据 diff --git a/src/views/deviceConfig/components/listDigConfig.vue b/src/views/deviceConfig/components/listDigConfig.vue index 05364ec..4d136cb 100644 --- a/src/views/deviceConfig/components/listDigConfig.vue +++ b/src/views/deviceConfig/components/listDigConfig.vue @@ -238,7 +238,6 @@ }, // 批量导出 batchExport() { - console.log('批量导出燃气配置') // 全屏加载动画 const loading = this.$loading({ lock: true, @@ -253,7 +252,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `开挖配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listHarmfulConfig.vue b/src/views/deviceConfig/components/listHarmfulConfig.vue index 4afda6a..29c3517 100644 --- a/src/views/deviceConfig/components/listHarmfulConfig.vue +++ b/src/views/deviceConfig/components/listHarmfulConfig.vue @@ -228,7 +228,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `有害气体监测仪配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listNoiseConfig.vue b/src/views/deviceConfig/components/listNoiseConfig.vue index 6b92e7b..3bd5e7e 100644 --- a/src/views/deviceConfig/components/listNoiseConfig.vue +++ b/src/views/deviceConfig/components/listNoiseConfig.vue @@ -240,7 +240,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `噪声配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/dataManage/deviceData/listHydrantData.vue b/src/views/dataManage/deviceData/listHydrantData.vue index a69f185..7116cca 100644 --- a/src/views/dataManage/deviceData/listHydrantData.vue +++ b/src/views/dataManage/deviceData/listHydrantData.vue @@ -84,12 +84,9 @@ columns: [ { text: '设备编号', value: 'devcode', align: 'center' }, { text: '点位编号', value: 'wellCode', width: 170, align: 'center' }, - { text: '设备类型编号', value: 'deviceType', align: 'center' }, - { text: '设备类型名称', value: 'deviceTypeName', align: 'center' }, - { text: '部门编号', value: 'deptid', align: 'center' }, + { text: '设备类型', value: 'deviceTypeName', align: 'center' }, { text: '权属单位', value: 'deptName', align: 'center' }, { text: '状态描述', value: 'descn', align: 'center' }, - { text: '消防栓状态', value: 'status', align: 'center' }, { text: '上传时间', value: 'logtime', align: 'center' } ], // 显示列 list: [], // 列表数据 diff --git a/src/views/deviceConfig/components/listDigConfig.vue b/src/views/deviceConfig/components/listDigConfig.vue index 05364ec..4d136cb 100644 --- a/src/views/deviceConfig/components/listDigConfig.vue +++ b/src/views/deviceConfig/components/listDigConfig.vue @@ -238,7 +238,6 @@ }, // 批量导出 batchExport() { - console.log('批量导出燃气配置') // 全屏加载动画 const loading = this.$loading({ lock: true, @@ -253,7 +252,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `开挖配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listHarmfulConfig.vue b/src/views/deviceConfig/components/listHarmfulConfig.vue index 4afda6a..29c3517 100644 --- a/src/views/deviceConfig/components/listHarmfulConfig.vue +++ b/src/views/deviceConfig/components/listHarmfulConfig.vue @@ -228,7 +228,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `有害气体监测仪配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listNoiseConfig.vue b/src/views/deviceConfig/components/listNoiseConfig.vue index 6b92e7b..3bd5e7e 100644 --- a/src/views/deviceConfig/components/listNoiseConfig.vue +++ b/src/views/deviceConfig/components/listNoiseConfig.vue @@ -240,7 +240,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `噪声配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listTempConfig.vue b/src/views/deviceConfig/components/listTempConfig.vue index 3ceb9d9..86dda14 100644 --- a/src/views/deviceConfig/components/listTempConfig.vue +++ b/src/views/deviceConfig/components/listTempConfig.vue @@ -243,7 +243,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `温湿度监测仪配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/dataManage/deviceData/listHydrantData.vue b/src/views/dataManage/deviceData/listHydrantData.vue index a69f185..7116cca 100644 --- a/src/views/dataManage/deviceData/listHydrantData.vue +++ b/src/views/dataManage/deviceData/listHydrantData.vue @@ -84,12 +84,9 @@ columns: [ { text: '设备编号', value: 'devcode', align: 'center' }, { text: '点位编号', value: 'wellCode', width: 170, align: 'center' }, - { text: '设备类型编号', value: 'deviceType', align: 'center' }, - { text: '设备类型名称', value: 'deviceTypeName', align: 'center' }, - { text: '部门编号', value: 'deptid', align: 'center' }, + { text: '设备类型', value: 'deviceTypeName', align: 'center' }, { text: '权属单位', value: 'deptName', align: 'center' }, { text: '状态描述', value: 'descn', align: 'center' }, - { text: '消防栓状态', value: 'status', align: 'center' }, { text: '上传时间', value: 'logtime', align: 'center' } ], // 显示列 list: [], // 列表数据 diff --git a/src/views/deviceConfig/components/listDigConfig.vue b/src/views/deviceConfig/components/listDigConfig.vue index 05364ec..4d136cb 100644 --- a/src/views/deviceConfig/components/listDigConfig.vue +++ b/src/views/deviceConfig/components/listDigConfig.vue @@ -238,7 +238,6 @@ }, // 批量导出 batchExport() { - console.log('批量导出燃气配置') // 全屏加载动画 const loading = this.$loading({ lock: true, @@ -253,7 +252,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `开挖配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listHarmfulConfig.vue b/src/views/deviceConfig/components/listHarmfulConfig.vue index 4afda6a..29c3517 100644 --- a/src/views/deviceConfig/components/listHarmfulConfig.vue +++ b/src/views/deviceConfig/components/listHarmfulConfig.vue @@ -228,7 +228,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `有害气体监测仪配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listNoiseConfig.vue b/src/views/deviceConfig/components/listNoiseConfig.vue index 6b92e7b..3bd5e7e 100644 --- a/src/views/deviceConfig/components/listNoiseConfig.vue +++ b/src/views/deviceConfig/components/listNoiseConfig.vue @@ -240,7 +240,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `噪声配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listTempConfig.vue b/src/views/deviceConfig/components/listTempConfig.vue index 3ceb9d9..86dda14 100644 --- a/src/views/deviceConfig/components/listTempConfig.vue +++ b/src/views/deviceConfig/components/listTempConfig.vue @@ -243,7 +243,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `温湿度监测仪配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listTubeConfig.vue b/src/views/deviceConfig/components/listTubeConfig.vue index 6a719b9..6cbb34f 100644 --- a/src/views/deviceConfig/components/listTubeConfig.vue +++ b/src/views/deviceConfig/components/listTubeConfig.vue @@ -234,7 +234,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `管盯配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/dataManage/deviceData/listHydrantData.vue b/src/views/dataManage/deviceData/listHydrantData.vue index a69f185..7116cca 100644 --- a/src/views/dataManage/deviceData/listHydrantData.vue +++ b/src/views/dataManage/deviceData/listHydrantData.vue @@ -84,12 +84,9 @@ columns: [ { text: '设备编号', value: 'devcode', align: 'center' }, { text: '点位编号', value: 'wellCode', width: 170, align: 'center' }, - { text: '设备类型编号', value: 'deviceType', align: 'center' }, - { text: '设备类型名称', value: 'deviceTypeName', align: 'center' }, - { text: '部门编号', value: 'deptid', align: 'center' }, + { text: '设备类型', value: 'deviceTypeName', align: 'center' }, { text: '权属单位', value: 'deptName', align: 'center' }, { text: '状态描述', value: 'descn', align: 'center' }, - { text: '消防栓状态', value: 'status', align: 'center' }, { text: '上传时间', value: 'logtime', align: 'center' } ], // 显示列 list: [], // 列表数据 diff --git a/src/views/deviceConfig/components/listDigConfig.vue b/src/views/deviceConfig/components/listDigConfig.vue index 05364ec..4d136cb 100644 --- a/src/views/deviceConfig/components/listDigConfig.vue +++ b/src/views/deviceConfig/components/listDigConfig.vue @@ -238,7 +238,6 @@ }, // 批量导出 batchExport() { - console.log('批量导出燃气配置') // 全屏加载动画 const loading = this.$loading({ lock: true, @@ -253,7 +252,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `开挖配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listHarmfulConfig.vue b/src/views/deviceConfig/components/listHarmfulConfig.vue index 4afda6a..29c3517 100644 --- a/src/views/deviceConfig/components/listHarmfulConfig.vue +++ b/src/views/deviceConfig/components/listHarmfulConfig.vue @@ -228,7 +228,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `有害气体监测仪配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listNoiseConfig.vue b/src/views/deviceConfig/components/listNoiseConfig.vue index 6b92e7b..3bd5e7e 100644 --- a/src/views/deviceConfig/components/listNoiseConfig.vue +++ b/src/views/deviceConfig/components/listNoiseConfig.vue @@ -240,7 +240,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `噪声配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listTempConfig.vue b/src/views/deviceConfig/components/listTempConfig.vue index 3ceb9d9..86dda14 100644 --- a/src/views/deviceConfig/components/listTempConfig.vue +++ b/src/views/deviceConfig/components/listTempConfig.vue @@ -243,7 +243,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `温湿度监测仪配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceConfig/components/listTubeConfig.vue b/src/views/deviceConfig/components/listTubeConfig.vue index 6a719b9..6cbb34f 100644 --- a/src/views/deviceConfig/components/listTubeConfig.vue +++ b/src/views/deviceConfig/components/listTubeConfig.vue @@ -234,7 +234,7 @@ const downloadElement = document.createElement('a') const href = window.URL.createObjectURL(blob) // 创建下载的链接 downloadElement.href = href - downloadElement.download = `燃气配置列表.xlsx` // 下载后文件名 + downloadElement.download = `管盯配置列表.xlsx` // 下载后文件名 document.body.appendChild(downloadElement) downloadElement.click() // 点击下载 document.body.removeChild(downloadElement) // 下载完成移除元素 diff --git a/src/views/deviceManage/editDevice.vue b/src/views/deviceManage/editDevice.vue index 1dbb51b..d6face5 100644 --- a/src/views/deviceManage/editDevice.vue +++ b/src/views/deviceManage/editDevice.vue @@ -57,13 +57,11 @@ - - - - - - - + + + + +