yangyin
2024-11-08 f41e52e3debf30558d556dc0451776f5422fb9b8
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;