export const searchListConfig = [ { title: "ФИО", width: "518px", minWidth: "400px", spareWidth: "550px", }, { title: "Дата рождения", width: "220px", minWidth: "160px", compressedMinWidth: "170px", }, { title: "Приоритет", width: "220px", minWidth: "140px", }, { title: "№ медкарты", width: "280px", minWidth: "220px", compressedMinWidth: "194px", }, { title: "Дата создания", width: "215px", minWidth: "160px", compressedMinWidth: "170px", }, { title: "Процент заполнения", width: "295px", minWidth: "220px", compressedMinWidth: "194px", }, { title: "Do", width: "60px", minWidth: "60px", }, ]; export const priorityList = [ { priority: 1, id: 1, text: "Высокий", color: "var(--system-color-red)", }, { priority: 2, id: 2, text: "Средний", color: "var(--bg-yellow-warning)", }, { priority: 3, id: 3, text: "Низкий", color: "var(--btn-blue-color)", }, { priority: null, id: 4, text: "-", color: "#9294A7", }, ];