Заменил селекты на BaseSelect

This commit is contained in:
DwCay
2022-11-03 10:35:37 +03:00
parent 5ae67320d5
commit 0786baee42
8 changed files with 61 additions and 52 deletions

View File

@@ -22,21 +22,25 @@ export const column = [
settings: [
{
priority: 1,
id: "1",
text: "Высокий",
color: "#FF6F6F",
},
{
priority: 2,
id: "2",
text: "Средний",
color: "#FFC75B",
},
{
priority: 3,
id: "3",
text: "Низкий",
color: "#81ACFF",
},
{
priority: null,
id: "4",
text: "-",
color: "#9294A7",
},