Browse Source

设备信息中增加呼叫状态订阅,及外网IP、端口号设置。

zhengqiang 4 years ago
parent
commit
fba16c5191
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/views/base/deviceInfo-detail.vue

+ 12 - 0
src/views/base/deviceInfo-detail.vue

@@ -156,6 +156,18 @@
               ></el-switch>
             </el-form-item>
           </el-col>
+        </el-row>
+        <el-row>
+          <el-col :span="12">
+            <el-form-item label="外网IP" prop="ipAddress">
+              <el-input type="text" v-model="formModel.ipAddress" style="width:80%"></el-input>
+            </el-form-item>
+          </el-col>
+          <el-col :span="12">
+            <el-form-item label="端口号" prop="port">
+              <el-input type="text" v-model="formModel.port" style="width:80%"></el-input>
+            </el-form-item>
+          </el-col>
         </el-row>
           <!-- <el-col :span="12">
             <el-form-item label="场景值" prop="type">