Browse Source

体型类型替换为单选,去掉人体成分报告按钮

newMaster
1747191978@qq.com 3 months ago
parent
commit
fd1719f178
  1. 7
      acupuncture-前台/src/views/medicalFile/details.vue
  2. 7
      acupuncture-前台/src/views/medicalFile/index.vue

7
acupuncture-前台/src/views/medicalFile/details.vue

@ -82,12 +82,12 @@
<div class="div-title2"> <div class="div-title2">
人体成分 人体成分
<span @click="getHumanBody" class="foem-item-pg">同步</span> <span @click="getHumanBody" class="foem-item-pg">同步</span>
<span <!-- <span
style="margin-left: 10px" style="margin-left: 10px"
@click="getHumanBodyReport" @click="getHumanBodyReport"
class="foem-item-pg" class="foem-item-pg"
>报告</span >报告</span
> > -->
</div> </div>
</div> </div>
<div class="human-body"> <div class="human-body">
@ -186,7 +186,6 @@
<el-select <el-select
:disabled="form.status != 0 && form.status != 3" :disabled="form.status != 0 && form.status != 3"
v-model="detailsForm['PG_RTCF_TXLX']" v-model="detailsForm['PG_RTCF_TXLX']"
multiple
collapse-tags collapse-tags
placeholder="请选择" placeholder="请选择"
> >
@ -1277,7 +1276,7 @@ export default {
this.detailsForm.PG_RTCF_WHR = whr; // WHR this.detailsForm.PG_RTCF_WHR = whr; // WHR
this.detailsForm.PG_RTCF_NZZFSP = vfi; // this.detailsForm.PG_RTCF_NZZFSP = vfi; //
// this.detailsForm.PG_RTCF_STGCFBFB = ""; // // this.detailsForm.PG_RTCF_STGCFBFB = ""; //
this.detailsForm.PG_RTCF_TXLX = [bodyType]; // this.detailsForm.PG_RTCF_TXLX = bodyType; //
this.detailsForm.PG_RTCF_STNL = bodyAge; // this.detailsForm.PG_RTCF_STNL = bodyAge; //
this.detailsForm.PG_RTCF_JKPF = score; // this.detailsForm.PG_RTCF_JKPF = score; //
}); });

7
acupuncture-前台/src/views/medicalFile/index.vue

@ -173,7 +173,6 @@
> >
<el-table-column type="selection" width="55" align="center" /> <el-table-column type="selection" width="55" align="center" />
<el-table-column <el-table-column
fixed
label="门诊/住院" label="门诊/住院"
align="center" align="center"
show-overflow-tooltip show-overflow-tooltip
@ -185,7 +184,6 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
fixed
label="门诊号/住院号" label="门诊号/住院号"
align="center" align="center"
prop="visitNumber" prop="visitNumber"
@ -193,7 +191,6 @@
min-width="180" min-width="180"
/> />
<el-table-column <el-table-column
fixed
label="责任医生" label="责任医生"
align="center" align="center"
prop="doctor" prop="doctor"
@ -201,7 +198,6 @@
min-width="100" min-width="100"
/> />
<el-table-column <el-table-column
fixed
label="主要诊断" label="主要诊断"
align="center" align="center"
prop="diagnosisName" prop="diagnosisName"
@ -209,7 +205,6 @@
min-width="200" min-width="200"
/> />
<el-table-column <el-table-column
fixed
label="姓名" label="姓名"
align="center" align="center"
prop="name" prop="name"
@ -350,7 +345,7 @@
label="操作" label="操作"
align="center" align="center"
class-name="small-padding fixed-width" class-name="small-padding fixed-width"
width="250" width="300"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button

Loading…
Cancel
Save