Add brand device field to DetailDevice component and ListDevice table

This commit is contained in:
2025-10-24 11:07:06 +07:00
parent f2b652abe3
commit dd874cbe9c
2 changed files with 25 additions and 0 deletions

View File

@@ -34,6 +34,12 @@ const columns = (showPreviewModal, showEditModal, showDeleteDialog) => [
key: 'device_name',
width: '20%',
},
{
title: 'Brand Device',
dataIndex: 'brand_device',
key: 'brand_device',
width: '20%',
},
{
title: 'Location',
dataIndex: 'device_location',