WXL
昨天 c8e9849cb5f24848df0174c13bfbbff37bb08a5a
src/views/project/donatefollowup/index.vue
@@ -64,7 +64,7 @@
      </el-col>
      </el-row>
    </el-form>
    <el-row :gutter="10" class="mb8">
@@ -129,9 +129,9 @@
    >
      <!-- <el-table-column type="selection" width="55" align="center" /> -->
      <el-table-column label="捐献者" width="100" align="center" prop="name" />
      <el-table-column
        label="器官"
        width="100"
@@ -272,7 +272,7 @@
            <el-form-item label="捐献编号">
              <el-input
                disabled
                v-model="this.curCase.donorno"
                v-model="this.curCase.caseNo"
                placeholder="请输入随访描述"
              /> </el-form-item
          ></el-col>
@@ -536,8 +536,7 @@
      this.form.organid = row.id;
      this.form.infoid = row.infoid;
      this.curCase.donorno = row.donorno;
      this.curCase.donorno = row.donorno;
      this.curCase.caseNo = row.caseNo;
      this.curCase.name = row.name;
      this.curCase.transplanthospitalname = row.transplanthospitalname;
      this.curCase.organname = row.organname;
@@ -548,7 +547,7 @@
    },
    /** 修改按钮操作 */
    handleUpdate(row) {
      this.curCase.donorno = row.donorno;
      this.curCase.caseNo = row.caseNo;
      this.curCase.name = row.name;
      this.curCase.transplanthospitalname = row.transplanthospitalname;
      this.curCase.organname = row.organname;