mirror of
https://gitee.com/beecue/fastbee.git
synced 2026-05-07 16:24:39 +08:00
界面简化
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
<device-timer ref="deviceTimer" :device="form" />
|
||||
</el-tab-pane>
|
||||
|
||||
<el-tab-pane name="deviceUser" key="4" v-if="form.deviceId !==0">
|
||||
<el-tab-pane name="deviceUser" key="4" v-if="form.deviceId !=0">
|
||||
<span slot="label">设备用户</span>
|
||||
<device-user ref="deviceUser" :device="form" @userEvent="getUserData($event)" />
|
||||
</el-tab-pane>
|
||||
|
||||
@@ -452,7 +452,7 @@ export default {
|
||||
deviceId: deviceId,
|
||||
isSubDev: isSubDev,
|
||||
pageNum: this.queryParams.pageNum,
|
||||
activeName: 'sipChannel',
|
||||
activeName: 'videoLive',
|
||||
},
|
||||
});
|
||||
} else {
|
||||
|
||||
@@ -180,7 +180,6 @@ import productThingsModel from "./product-things-model";
|
||||
import productApp from "./product-app";
|
||||
import productAuthorize from "./product-authorize";
|
||||
import imageUpload from "../../../components/ImageUpload/index";
|
||||
import business from "../business/index";
|
||||
import configSip from '../sip/sipconfig.vue';
|
||||
import {
|
||||
listProtocol
|
||||
@@ -209,7 +208,6 @@ export default {
|
||||
productApp,
|
||||
productAuthorize,
|
||||
imageUpload,
|
||||
business,
|
||||
configSip,
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user