medcards list fixes

This commit is contained in:
kandrusyak
2023-09-25 21:41:28 +03:00
parent 7e9632436e
commit 615200f4ca
7 changed files with 26 additions and 36 deletions

View File

@@ -1,31 +1,24 @@
export const searchListConfig = [
{
title: "ФИО",
width: "550px",
width: "100%",
minWidth: "350px",
},
{
title: "Дата рождения",
width: "220px",
},
{
title: "Приоритет",
width: "220px",
minWidth: "220px",
},
{
title: "№ медкарты",
width: "280px",
minWidth: "280px",
},
{
title: "Дата создания",
width: "215px",
},
{
title: "Процент заполнения",
width: "295px",
minWidth: "215px",
},
{
title: "Do",
width: "60px",
minWidth: "60px",
},
];