fixing ui master

This commit is contained in:
2025-10-25 16:08:42 +07:00
parent a3e5fdd138
commit a86795fdf6
15 changed files with 183 additions and 184 deletions

View File

@@ -24,19 +24,20 @@ const columns = (showPreviewModal, showEditModal, showDeleteDialog) => [
title: 'Unit Code',
dataIndex: 'unit_code',
key: 'unit_code',
width: '20%',
width: '10%',
hidden: true,
},
{
title: 'Name',
dataIndex: 'unit_name',
key: 'unit_name',
width: '20%',
width: '15%',
},
{
title: 'Description',
dataIndex: 'unit_description',
key: 'unit_description',
width: '25%',
width: '30%',
render: (text) => text || '-',
},
{