Смещение колонки отделения #2
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user