WXL
昨天 f64155f6ad27c50451bb7d4a15f553bc72ead7de
src/views/project/relativesconfirmation/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"
@@ -128,7 +128,7 @@
        </template>
      </el-table-column>
      <el-table-column
        label="报告时间"
        label="确认时间"
        align="center"
        prop="reporttime"
        width="120"
@@ -148,7 +148,19 @@
          />
        </template>
      </el-table-column>
      <el-table-column label="年龄" align="center" prop="age" width="100" />
      <el-table-column label="年龄" align="center" prop="age" width="100">
        <template slot-scope="scope">
           {{
            `${
              scope.row.age && scope.row.age !== 0 ? `${scope.row.age}${scope.row.ageunit?scope.row.ageunit:''}` : ""
            } ${
              scope.row.age2 && scope.row.age2 !== 0
                ? `${scope.row.age2}${scope.row.ageunit2}`
                : ""
            }`.trim()
          }}
        </template>
      </el-table-column>
      <el-table-column
        label="医疗机构"
@@ -196,7 +208,7 @@
            type="text"
            icon="el-icon-refrigerator"
            @click="handledownload(scope.row)"
            v-if="scope.row.recordstate == '6'"
            v-if="scope.row.workflow == '6'"
            >下载</el-button
          >
          <!-- <el-button
@@ -1123,7 +1135,9 @@
    //   this.nationality =res.data
    // })
    if (sessionStorage.getItem("relativesconfirmation")) {
      this.queryParams = JSON.parse(sessionStorage.getItem("relativesconfirmation"));
      this.queryParams = JSON.parse(
        sessionStorage.getItem("relativesconfirmation")
      );
      console.log(this.queryParams, "queryParams");
    }
    this.getuserlist();
@@ -1600,10 +1614,10 @@
        path: "/organ/donationdetails/",
        query: {
          id: row.id,
          organType: "edit",
          organType: "edit"
        }
      });
      return ;
      return;
      console.log("ppppppp", row);
      this.showSaveBtn = false;
      this.flowname = "家属确认登记";