src/components/chat/chatComponents/summaryCom/components/recordSetTable/infoDetail/InfoDetail.vue
@@ -24,10 +24,10 @@ import { computed, onMounted, ref } from 'vue'; import { getTextWidth } from '/@/utils/util'; const props = defineProps(['item', 'colList']); const props = defineProps(['item', 'colList','title']); //#region ====================== 增加、修改记录操作, dialog init====================== const dialogTitle = computed(() => { return `记录详情`; return props.title ?? `记录详情`; }); const dialogIsShow = defineModel({