| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="部署名称" align="center" prop="deploymentName"/> |
| | | <el-table-column label="通道(路)" align="center" prop="passageway"/> |
| | | <el-table-column label="通道(路)" align="center" prop="passageway_dictText"/> |
| | | <el-table-column label="LAN1" align="center" prop="lanOne"/> |
| | | <el-table-column label="IP" align="center" prop="ipOne"/> |
| | | <el-table-column label="LAN2" align="center" prop="lanTwo"/> |
| | | <el-table-column label="IP" align="center" prop="ipTwo"/> |
| | | <el-table-column label="登录账户" align="center" prop="loginAccount"/> |
| | | <el-table-column label="硬盘" align="center" prop="hardDisk"/> |
| | | <el-table-column label="安装位置" align="center" prop="buildingId"/> |
| | | <el-table-column label="所属单位" align="center" prop="organizationId"/> |
| | | <el-table-column label="安装位置" align="center" prop="buildingId_dictText"/> |
| | | <el-table-column label="所属单位" align="center" prop="organizationId_dictText"/> |
| | | <!-- <el-table-column label="施工批次" align="center" prop="constructionBatchId" />--> |
| | | <!-- <el-table-column label="序列号" align="center" prop="serialNumber" />--> |
| | | <!-- <el-table-column label="型号" align="center" prop="model" />--> |
| | |
| | | this.loading = false; |
| | | this.form = response.data; |
| | | this.open = true; |
| | | this.title = "修改NVR设备"; |
| | | this.title = "NVR设备详情"; |
| | | }); |
| | | }, |
| | | /** 修改按钮操作 */ |
| | |
| | | this.loading = true; |
| | | this.disabled = false; |
| | | this.reset(); |
| | | const id = row.id || this.ids |
| | | getNvr(id).then(response => { |
| | | getNvr(row.id).then(response => { |
| | | this.loading = false; |
| | | this.form = response.data; |
| | | this.fileOpen = true; |