Browse Source

remark

master
pengjun 10 months ago
parent
commit
7060b2ca95
  1. 1
      src/components/patientRegister/PatientRegisterList.vue

1
src/components/patientRegister/PatientRegisterList.vue

@ -545,6 +545,7 @@ export default {
},
{ label: "电话", prop: "telephone", minWidth: 130, align: "center" },
{ label: "地址", prop: "address", minWidth: 400, align: "" },
{ label: "备注", prop: "remark", minWidth: 400, align: "" },
{
label: "体检卡号",
prop: "medicalCardNo",

Loading…
Cancel
Save