|  |  | 
 |  |  |             ref="userform" | 
 |  |  |             :model="userform" | 
 |  |  |             :rules="rules" | 
 |  |  |             label-width="100px" | 
 |  |  |             label-width="150px" | 
 |  |  |           > | 
 |  |  |             <el-row :gutter="20"> | 
 |  |  |               <el-col :span="12"> | 
 |  |  | 
 |  |  |                   ></el-input> </el-form-item | 
 |  |  |               ></el-col> | 
 |  |  |             </el-row> | 
 |  |  |             <el-row :gutter="20"> | 
 |  |  |             <el-row > | 
 |  |  |               <el-col :span="12" | 
 |  |  |                 ><el-form-item label="联系方式" prop="telcode"> | 
 |  |  |                   <el-input | 
 |  |  | 
 |  |  |                   /> </el-form-item | 
 |  |  |               ></el-col> | 
 |  |  |               <el-col :span="12"> | 
 |  |  |                 <el-form-item label="亲属联系方式" prop="name"> | 
 |  |  |                 <el-form-item label="亲属联系方式"  prop="name"> | 
 |  |  |                   <el-input | 
 |  |  |                     v-model="userform.telcodewx" | 
 |  |  |                     placeholder="请输入姓名" | 
 |  |  | 
 |  |  |           </el-form> | 
 |  |  |         </div> | 
 |  |  |       </div> | 
 |  |  |       <div class="top-message"> | 
 |  |  |       <!-- <div class="top-message"> | 
 |  |  |         <div class="headline">病史</div> | 
 |  |  |         <div class="detailed"> | 
 |  |  |           <el-form :model="form" label-width="100px"> | 
 |  |  | 
 |  |  |             </el-row> | 
 |  |  |           </el-form> | 
 |  |  |         </div> | 
 |  |  |       </div> | 
 |  |  |       </div> --> | 
 |  |  |       <!-- 联系电话 --> | 
 |  |  |       <div class="bottom-message"> | 
 |  |  |         <div class="headline"> | 
 |  |  | 
 |  |  |           </el-table-column> | 
 |  |  |  | 
 |  |  |           <el-table-column | 
 |  |  |             label="门诊号" | 
 |  |  |             label="病案号" | 
 |  |  |             align="center" | 
 |  |  |             key="outhospno" | 
 |  |  |             prop="outhospno" | 
 |  |  | 
 |  |  |         // 门诊记录 | 
 |  |  |         listPatouthosp({ patid: this.id }).then((response) => { | 
 |  |  |           if (response.code == 200) { | 
 |  |  |             // this.serviceData = response.rows; | 
 |  |  |             this.serviceData = []; | 
 |  |  |             this.serviceData = response.rows; | 
 |  |  |             // this.serviceData = []; | 
 |  |  |           } | 
 |  |  |         }); | 
 |  |  |       } else if (type == 1) { | 
 |  |  | 
 |  |  |         this.userform = response.rows[0]; | 
 |  |  |         // this.dynamicTags = response.rows[0].tagList; | 
 |  |  |         this.dynamicTags = response.rows[0].tagList.map(this.processElement); | 
 |  |  |         console.log(this.dynamicTags); | 
 |  |  |         this.getcontactlist(); | 
 |  |  |       }); | 
 |  |  |       // 病史信息 | 
 |  |  |       getmedicalhistory({ pid: this.id }).then((res) => { | 
 |  |  | 
 |  |  |         } | 
 |  |  |       }); | 
 |  |  |       // 联系信息 | 
 |  |  |       this.getcontactlist(); | 
 |  |  |     }, | 
 |  |  |     // 保存患者档案 | 
 |  |  |     savefile() { |