wujingjing
2024-11-29 d3c4dc9d9085e53aaa17f93f430150bdc93d97b5
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({