Смещение колонки отделения #2
Some checks failed
Build and Push Docker Image / test (push) Failing after 4s
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
brusnitsyn
2026-02-27 15:59:56 +09:00
parent d93301ff8b
commit bd5261feb9

View File

@@ -53,6 +53,12 @@ const columns = ref([
width: 250,
render: (row) => h(NEllipsis, null, { default: () => row.fullname })
},
{
title: 'Отделение',
key: 'department',
width: 180,
render: (row) => h(NEllipsis, null, { default: () => row.department })
},
{
title: 'Дата рождения',
key: 'dr',
@@ -71,12 +77,6 @@ const columns = ref([
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',