This commit is contained in:
2026-01-27 17:28:36 +08:00
parent 9e09db7f49
commit 105d13e8cb
3 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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()

View File

@ -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) => {