1
wujingjing
2025-02-25 9f642256f4b99a697af40bbbc4b939bc8faf91cd
src/components/chat/chatComponents/summaryCom/components/summary/Summary.vue
@@ -1,7 +1,8 @@
<!-- 昨日供水管网概况 -->
<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 }}