|
|
@ -26,11 +26,11 @@ |
|
|
|
<template slot="empty"> |
|
|
|
<span style="color: #969799;">{{ tableText }}</span> |
|
|
|
</template> |
|
|
|
<el-table-column property="patientId" label="登记号" width="100" /> |
|
|
|
<el-table-column property="patientName" label="患者姓名" width="100" /> |
|
|
|
<el-table-column property="patientIdNumber" label="身份证号" width="100" /> |
|
|
|
<el-table-column property="patientPhone" label="联系电话" width="100" /> |
|
|
|
<el-table-column property="zlProject" label="医疗项目" width="240" /> |
|
|
|
<el-table-column property="patientId" label="登记号" /> |
|
|
|
<el-table-column property="patientName" label="患者姓名" /> |
|
|
|
<el-table-column property="patientIdNumber" label="身份证号" /> |
|
|
|
<el-table-column property="patientPhone" label="联系电话" /> |
|
|
|
<el-table-column property="zlProject" label="医疗项目" width="140" /> |
|
|
|
<el-table-column property="remark" label="备注" width="140" /> |
|
|
|
<el-table-column label="操作" width="80"> |
|
|
|
<template slot-scope="scope"> |
|
|
|