Browse Source

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

newMaster
1747191978@qq.com 3 months ago
parent
commit
8b44b03312
  1. 3
      acupuncture-后台/src/views/medicalFile/details.vue

3
acupuncture-后台/src/views/medicalFile/details.vue

@ -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; //
});

Loading…
Cancel
Save