diff --git a/resources/js/pages/patients/patients.vue b/resources/js/pages/patients/patients.vue index 6e9596b..afb20a8 100644 --- a/resources/js/pages/patients/patients.vue +++ b/resources/js/pages/patients/patients.vue @@ -110,10 +110,10 @@ const formatPhoneNumber = () => { }; // headers const headers = [ - // { - // title: 'ID', - // key: 'id', - // }, + { + title: 'ID', + key: 'id', + }, { title: 'NAME', key: 'name',