Browse Source

后台患者档案列表添加身高体重

master^2
1747191978@qq.com 2 months ago
parent
commit
64f38a48e8
  1. 12
      acupuncture-后台/src/views/patientFile/index.vue
  2. BIN
      acupuncture-后台/南宁针灸后台-2.zip

12
acupuncture-后台/src/views/patientFile/index.vue

@ -143,6 +143,18 @@
min-width="150"
fixed
/>
<el-table-column
label="身高(cm)"
align="center"
prop="height"
min-width="100"
/>
<el-table-column
label="体重(kg)"
align="center"
prop="weight"
min-width="100"
/>
<el-table-column
label="民族"
align="center"

BIN
acupuncture-后台/南宁针灸后台-2.zip

Binary file not shown.
Loading…
Cancel
Save