src/components/chat/chatComponents/summaryCom/components/deviceLastValue/DeviceLastValueCom.vue
@@ -105,6 +105,7 @@ } from './constants'; import type { Monitor, MonitorValue } from './types'; import RecordSetDialog from '../recordSet/RecordSetDialog.vue'; import { isSharePage } from '/@/stores/chatRoom'; const props = defineProps(chatComProps) as { data: Monitor; @@ -279,6 +280,7 @@ /** @description 指标名称 */ const indexName = ref(null); const valueClick = (item, type) => { if (isSharePage.value) return; chartDlgMapRow.value = item; chartDlgIsShow.value = true; indexName.value = type;