Browse Source

患者档案手机号校验代码有误

newMaster
1747191978@qq.com 4 months ago
parent
commit
721d055b8e
  1. 2
      acupuncture-前台/src/views/patientFile/index.vue

2
acupuncture-前台/src/views/patientFile/index.vue

@ -105,7 +105,7 @@
@click="handleDelete(scope.row)">删除</el-button>
<el-button size="mini" type="text" icon="el-icon-tickets"
@click="handleDetails(scope.row)">详情</el-button>
<el-button size="mini" type="text" icon="el-icon-notebook-2"
<el-button size="mini" type="text" icon="el-icon-notebook-1"
@click="handleArchives(scope.row)">诊疗档案</el-button>
</template>
</el-table-column>

Loading…
Cancel
Save