Update Hospital

This commit is contained in:
ivan-sim
2024-01-08 11:34:09 +07:00
parent 55f4aafadb
commit 8f45808078
5 changed files with 30 additions and 5 deletions

View File

@@ -234,6 +234,12 @@ function handleChangeTab(event: React.SyntheticEvent, newValue: string) {
label: localeData.txtRequestCode,
isSort: true,
},
{
id: 'provider',
align: 'left',
label: localeData.txtProvider,
isSort: true,
},
{
id: 'full_name',
align: 'left',

View File

@@ -221,6 +221,12 @@ export default function TableListFinalLog() {
label: localeData.txtRequestCode,
isSort: true,
},
{
id: 'provider',
align: 'left',
label: localeData.txtProvider,
isSort: true,
},
{
id: 'full_name',
align: 'left',