[WIP] Исправил update данных клиента, распространение клика и ховер текущего клиента

This commit is contained in:
megavrilinvv
2022-12-06 17:59:40 +03:00
parent ef890f52e7
commit 9cba7503fd
8 changed files with 98 additions and 25 deletions

View File

@@ -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",
},