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">
人体成分
<span @click="getHumanBody" class="foem-item-pg">同步</span>
<span
<!-- <span
style="margin-left: 10px"
@click="getHumanBodyReport"
class="foem-item-pg"
>报告</span
>
> -->
</div>
</div>
<div class="human-body">
@ -186,7 +186,6 @@
<el-select
:disabled="form.status != 0 && form.status != 3"
v-model="detailsForm['PG_RTCF_TXLX']"
multiple
collapse-tags
placeholder="请选择"
>
@ -1277,7 +1276,7 @@ export default {
this.detailsForm.PG_RTCF_WHR = whr; // WHR
this.detailsForm.PG_RTCF_NZZFSP = vfi; //
// 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_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
fixed
label="门诊/住院"
align="center"
show-overflow-tooltip
@ -185,7 +184,6 @@
</template>
</el-table-column>
<el-table-column
fixed
label="门诊号/住院号"
align="center"
prop="visitNumber"
@ -193,7 +191,6 @@
min-width="180"
/>
<el-table-column
fixed
label="责任医生"
align="center"
prop="doctor"
@ -201,7 +198,6 @@
min-width="100"
/>
<el-table-column
fixed
label="主要诊断"
align="center"
prop="diagnosisName"
@ -209,7 +205,6 @@
min-width="200"
/>
<el-table-column
fixed
label="姓名"
align="center"
prop="name"
@ -350,7 +345,7 @@
label="操作"
align="center"
class-name="small-padding fixed-width"
width="250"
width="300"
>
<template slot-scope="scope">
<el-button

Loading…
Cancel
Save