This commit is contained in:
ivan-sim
2024-10-17 14:08:14 +07:00
parent 5cb26d9553
commit 81a47bfb07
5 changed files with 62 additions and 12 deletions

View File

@@ -289,6 +289,12 @@ export default function TableList() {
label: localeData.txtPrescriptionPharmacy,
isSort: true,
},
{
id: 'phone_apotek',
align: 'center',
label: localeData.txtPrescriptionPharmacyPhone,
isSort: true,
},
{
id: 'status',
align: 'center',
@@ -402,7 +408,7 @@ export default function TableList() {
action:
<TableMoreMenu actions={
<>
<MenuItem onClick={() => setOpenRowId(obj.id === openRowId ? null : obj.id)}>
<MenuItem onClick={() => setOpenRowId(obj.id)}>
<Iconify icon="eva:eye-fill" />
{localeData.txtPrescriptionDetail}
</MenuItem>