This commit is contained in:
2025-10-23 12:21:03 +07:00
parent 893852f929
commit 4f518dba9c

View File

@@ -34,8 +34,8 @@ const columns = (showPreviewModal, showEditModal, showDeleteDialog) => [
},
{
title: 'Description',
dataIndex: 'description',
key: 'description',
dataIndex: 'unit_description',
key: 'unit_description',
width: '25%',
render: (text) => text || '-',
},