src/components/chat/chatComponents/summaryCom/components/summary/Summary.vue
@@ -2,7 +2,7 @@ <template> <div class="w-full"> <span class="text-base font-bold">{{ data.title }}</span> <el-table ref="tableRefList" class="w-full mt-5" :data="[{}]" cellClassName="text-sm" headerCellClassName="text-sm"> <el-table ref="tableRefList" class="w-full mt-5" :data="[{}]" cellClassName="" headerCellClassName=""> <el-table-column v-for="(col, index) in data.values" :label="col.title" :key="index"> <template #default="scope"> {{ col?.value }}