From 9b9a13ab36fe93153148a489436e04b12aabcdd6 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期一, 09 一月 2023 16:31:51 +0800 Subject: [PATCH] 国标录像UI重构 --- web_src/src/components/dialog/deviceEdit.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/web_src/src/components/dialog/deviceEdit.vue b/web_src/src/components/dialog/deviceEdit.vue index 3747ca4..8a5f9d1 100644 --- a/web_src/src/components/dialog/deviceEdit.vue +++ b/web_src/src/components/dialog/deviceEdit.vue @@ -22,6 +22,9 @@ <el-form-item label="瀵嗙爜" prop="password"> <el-input type="password" 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> + </el-form-item> <el-form-item label="娴佸獟浣揑D" prop="mediaServerId"> <el-select v-model="form.mediaServerId" style="float: left; width: 100%" > <el-option key="auto" label="鑷姩璐熻浇鏈�灏�" value="auto"></el-option> -- Gitblit v1.8.0