更新
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
v-model:w="element.width"
|
v-model:w="element.width"
|
||||||
v-model:active="element.isActive"
|
v-model:active="element.isActive"
|
||||||
:draggable="true"
|
:draggable="true"
|
||||||
:resizable="!isMinimized"
|
:resizable="true"
|
||||||
:handles="['tl','tr','bl','br']"
|
:handles="['tl','tr','bl','br']"
|
||||||
handles-type="handles"
|
handles-type="handles"
|
||||||
:active-on-hover="false"
|
:active-on-hover="false"
|
||||||
|
|||||||
@ -25,7 +25,7 @@ const sdkBDModule = useBaseDataModule();
|
|||||||
const baseInfo = localStorage.getItem('rhInfo') ? JSON.parse(localStorage.getItem('rhInfo')) : {};
|
const baseInfo = localStorage.getItem('rhInfo') ? JSON.parse(localStorage.getItem('rhInfo')) : {};
|
||||||
const showVideo = ref(false)//拖动视频
|
const showVideo = ref(false)//拖动视频
|
||||||
const showDailog = ref(false)//showDailog
|
const showDailog = ref(false)//showDailog
|
||||||
const openMeeting = ref(true) //打开会议
|
const openMeeting = ref(false) //打开会议
|
||||||
const jsonData = ref('');
|
const jsonData = ref('');
|
||||||
const loginStatusCallbackId = ref() //token监听状态
|
const loginStatusCallbackId = ref() //token监听状态
|
||||||
const RefEqripment = ref()
|
const RefEqripment = ref()
|
||||||
|
|||||||
@ -163,9 +163,9 @@ const jsonData = ref('')
|
|||||||
const currRow = ref({})
|
const currRow = ref({})
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
// jsonData.value = require('@/components/Consultation/components/zh_CN.json');
|
jsonData.value = require('@/components/Consultation/components/zh_CN.json');
|
||||||
// getList();
|
getList();
|
||||||
// tabHeightFn();
|
tabHeightFn();
|
||||||
});
|
});
|
||||||
|
|
||||||
const updateItem = (item) => {
|
const updateItem = (item) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user