优化设备编辑页面

This commit is contained in:
648540858
2024-01-15 18:36:31 +08:00
parent 13e2a96dae
commit 9b62fbe467
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<el-input v-model="form.name" clearable></el-input>
</el-form-item>
<el-form-item label="密码" prop="password">
<el-input type="password" v-model="form.password" clearable></el-input>
<el-input v-model="form.password" clearable></el-input>
</el-form-item>
<el-form-item label="收流IP" prop="sdpIp">
<el-input type="sdpIp" v-model="form.sdpIp" clearable></el-input>