11
WXL
2024-07-17 21fe2968337eb8eab97adc88750b71c4057e98f8
src/views/project/medicalevaluation/index.vue
@@ -85,7 +85,7 @@
        </el-col>
        <el-col :span="12">
          <el-form-item label="报告日期">
          <el-form-item label="评估时间">
            <el-date-picker
              style="width: 100%"
              v-model="selecttime"
@@ -120,7 +120,17 @@
    <!--<el-table v-loading="loading" border :data="donatebaseinfoList">     -->
    <el-table v-loading="loading" border :data="VMedicalevaluation">
      <el-table-column
        label="报告时间"
        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"
        width="120"
@@ -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;
      }