| | |
| | | <el-table-column label="序号" width="80" class-name="index"> |
| | | <template slot-scope="scope">{{ scope.$index + 1 + (page - 1) * size }}</template> |
| | | </el-table-column> |
| | | <el-table-column prop="devId" label="设备ID" min-width="185" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="devId" label="设备ID" min-width="210" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="devName" label="设备名称" min-width="140" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="devIp" label="IP地址" min-width="150"></el-table-column> |
| | | <el-table-column label="安装时间" min-width="159"> |
| | |
| | | Temp = document.createElement("a") |
| | | |
| | | Temp.href = window.URL.createObjectURL(blob) |
| | | |
| | | console.log(result) |
| | | console.log(result.fileName) |
| | | |
| | | Temp.download = window.decodeURI(result.fileName) |
| | | |
| | | Temp.setAttribute("download", result.fileName) |
| | |
| | | .search { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | padding: 60px 0 30px 0; |
| | | padding: 20px 0 30px 0; |
| | | font-size: 14px; |
| | | border-bottom: 1px solid #e9ebee; |
| | | background-color: #fff; |
| | |
| | | } |
| | | } |
| | | |
| | | .table-area { |
| | | min-height: 600px; |
| | | } |
| | | |
| | | .btns { |
| | | display: flex; |
| | | margin: 30px 0; |