Смещение колонки отделения #2
This commit is contained in:
@@ -53,6 +53,12 @@ const columns = ref([
|
|||||||
width: 250,
|
width: 250,
|
||||||
render: (row) => h(NEllipsis, null, { default: () => row.fullname })
|
render: (row) => h(NEllipsis, null, { default: () => row.fullname })
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Отделение',
|
||||||
|
key: 'department',
|
||||||
|
width: 180,
|
||||||
|
render: (row) => h(NEllipsis, null, { default: () => row.department })
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Дата рождения',
|
title: 'Дата рождения',
|
||||||
key: 'dr',
|
key: 'dr',
|
||||||
@@ -71,12 +77,6 @@ const columns = ref([
|
|||||||
width: 100,
|
width: 100,
|
||||||
render: (row) => h(NEllipsis, null, { default: () => row.dateextract })
|
render: (row) => h(NEllipsis, null, { default: () => row.dateextract })
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'Отделение',
|
|
||||||
key: 'department',
|
|
||||||
width: 180,
|
|
||||||
render: (row) => h(NEllipsis, null, { default: () => row.department })
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: '№ архива',
|
title: '№ архива',
|
||||||
key: 'card_num',
|
key: 'card_num',
|
||||||
|
|||||||
Reference in New Issue
Block a user