yxh
yxh
2025-05-23 8022f7036945b75f82f2dfc43055623f81ed98f6
src/views/project/donationwitness/index.vue
@@ -134,6 +134,16 @@
      border
      :data="donatebaseinfoList"
    >
    <el-table-column
        label="案例时间"
        align="center"
        prop="donatetime"
        width="120"
      >
        <template slot-scope="scope">
          <span>{{ parseTime(scope.row.donatetime, "{y}-{m}-{d}") }}</span>
        </template>
      </el-table-column>
      <el-table-column
        label="报告时间"
        align="center"