|
@@ -156,6 +156,18 @@
|
|
></el-switch>
|
|
></el-switch>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</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-row>
|
|
<!-- <el-col :span="12">
|
|
<!-- <el-col :span="12">
|
|
<el-form-item label="场景值" prop="type">
|
|
<el-form-item label="场景值" prop="type">
|