Добавить колонку отделение. Пока добавлен только МИС #2
This commit is contained in:
@@ -56,21 +56,27 @@ const columns = ref([
|
||||
{
|
||||
title: 'Дата рождения',
|
||||
key: 'dr',
|
||||
width: 130,
|
||||
width: 100,
|
||||
render: (row) => h(NEllipsis, null, { default: () => row.dr })
|
||||
},
|
||||
{
|
||||
title: 'Дата поступления',
|
||||
key: 'daterecipient',
|
||||
width: 150,
|
||||
width: 100,
|
||||
render: (row) => h(NEllipsis, null, { default: () => row.daterecipient })
|
||||
},
|
||||
{
|
||||
title: 'Дата выписки',
|
||||
key: 'dateextract',
|
||||
width: 130,
|
||||
width: 100,
|
||||
render: (row) => h(NEllipsis, null, { default: () => row.dateextract })
|
||||
},
|
||||
{
|
||||
title: 'Отделение',
|
||||
key: 'department',
|
||||
width: 180,
|
||||
render: (row) => h(NEllipsis, null, { default: () => row.department })
|
||||
},
|
||||
{
|
||||
title: '№ архива',
|
||||
key: 'card_num',
|
||||
|
||||
Reference in New Issue
Block a user