src/views/business/OrganUtilization/OrganUtilizationInfo.vue
@@ -82,7 +82,6 @@ <el-card class="detail-card"> <div slot="header" class="clearfix"> <span class="detail-title">遗体捐献信息</span> </div> <el-row :gutter="20"> <el-col :span="6"> @@ -110,11 +109,7 @@ </el-form-item> </el-col> <el-col :span="8" v-else> <el-form-item align="left" label="接收家属" prop="relationname" > <el-form-item align="left" label="接收家属" prop="relationname"> <el-input v-model="form.relationname" placeholder="请输入接收家属" @@ -1186,6 +1181,7 @@ } ); if (incompleteRecords.length > 0) { this.$message.warning("请先完善所有利用记录的信息"); return;