From 3436e73e720b5a15cf038369a88f2e99c1ad17f5 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期二, 30 一月 2024 10:55:41 +0800 Subject: [PATCH] 修复云端录像时间显示错误 --- web_src/src/components/dialog/deviceEdit.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/web_src/src/components/dialog/deviceEdit.vue b/web_src/src/components/dialog/deviceEdit.vue old mode 100644 new mode 100755 index 5591183..5fb506e --- a/web_src/src/components/dialog/deviceEdit.vue +++ b/web_src/src/components/dialog/deviceEdit.vue @@ -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> @@ -58,6 +58,12 @@ <el-form-item v-if="form.subscribeCycleForMobilePosition > 0" label="绉诲姩浣嶇疆鎶ラ�侀棿闅�" prop="subscribeCycleForCatalog" > <el-input v-model="form.mobilePositionSubmissionInterval" clearable ></el-input> </el-form-item> + <el-form-item label="涓诲瓙鐮佹祦寮�鍏�" prop="switchPrimarySubStream" > + <el-select v-model="form.switchPrimarySubStream" style="float: left; width: 100%" > + <el-option key="true" label="寮�鍚�" :value="true"></el-option> + <el-option key="false" label="鍏抽棴" :value="false"></el-option> + </el-select> + </el-form-item> <el-form-item label="鍏朵粬閫夐」"> <el-checkbox label="SSRC鏍¢獙" v-model="form.ssrcCheck" style="float: left"></el-checkbox> <el-checkbox label="浣滀负娑堟伅閫氶亾" v-model="form.asMessageChannel" style="float: left"></el-checkbox> -- Gitblit v1.8.0