|
|
@@ -42,9 +42,9 @@
|
|
|
/>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="Iot编码" prop="iotCode">
|
|
|
+ <el-form-item label="Iot注册码" prop="registerCode">
|
|
|
<el-input
|
|
|
- v-model="queryParams.iotCode"
|
|
|
+ v-model="queryParams.registerCode"
|
|
|
clearable
|
|
|
placeholder="请输入关键字"
|
|
|
@keyup.enter.native="handleQuery"/>
|
|
|
@@ -140,6 +140,7 @@
|
|
|
<el-table-column label="所属机构" align="center" prop="orgName" width="150"/>
|
|
|
<el-table-column label="Iot名称" align="center" prop="iotName" width="150"/>
|
|
|
<el-table-column label="Iot编码" align="center" prop="iotCode" width="220" :show-overflow-tooltip="true"/>
|
|
|
+ <el-table-column label="Iot注册码" align="center" prop="registerCode" width="220"/>
|
|
|
<el-table-column label="Iot服务IP" align="center" prop="iotIp" width="150"/>
|
|
|
<el-table-column label="状态" align="center" prop="iotStatus" width="150">
|
|
|
<template slot-scope="r"
|
|
|
@@ -273,7 +274,7 @@ export default {
|
|
|
queryParams: {
|
|
|
pageNum: 1,
|
|
|
pageSize: 10,
|
|
|
- iotCode: null,
|
|
|
+ registerCode: null,
|
|
|
checkSub: true,
|
|
|
iotName: null,
|
|
|
iotStatus: null,
|