[WIP] Исправил update данных клиента, распространение клика и ховер текущего клиента
This commit is contained in:
@@ -12,7 +12,7 @@ export const column = [
|
||||
},
|
||||
{
|
||||
name: "age",
|
||||
title: "Возраст",
|
||||
title: "Дата рождения",
|
||||
iconHead: true,
|
||||
width: 140,
|
||||
},
|
||||
@@ -22,25 +22,25 @@ export const column = [
|
||||
settings: [
|
||||
{
|
||||
priority: 1,
|
||||
id: "1",
|
||||
id: 1,
|
||||
text: "Высокий",
|
||||
color: "#FF6F6F",
|
||||
},
|
||||
{
|
||||
priority: 2,
|
||||
id: "2",
|
||||
id: 2,
|
||||
text: "Средний",
|
||||
color: "#FFC75B",
|
||||
},
|
||||
{
|
||||
priority: 3,
|
||||
id: "3",
|
||||
id: 3,
|
||||
text: "Низкий",
|
||||
color: "#81ACFF",
|
||||
},
|
||||
{
|
||||
priority: null,
|
||||
id: "4",
|
||||
id: 4,
|
||||
text: "-",
|
||||
color: "#9294A7",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user