11
WXL
2024-05-30 7bc46f0968567d82f70d310da021e2fc3a707cae
src/views/project/medicalevaluation/index.vue
@@ -120,6 +120,16 @@
    <!--<el-table v-loading="loading" border :data="donatebaseinfoList">     -->
    <el-table v-loading="loading" border :data="VMedicalevaluation">
      <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"
        prop="reporttime"
@@ -890,12 +900,12 @@
        "medicalevaluation",
        JSON.stringify(this.queryParams)
      );
      // 跳转时的默认进度
      if (e != null && e != undefined && !isNaN(e)) {
        this.queryParams.recordstate = e;
      }
      if (this.starttime != "") {
        this.queryParams.starttime = this.starttime;
      }