[WIP] Изменил ширину столбцов клиентов, добавил ограничение на поле email

This commit is contained in:
megavrilinvv
2022-12-12 13:27:21 +03:00
parent 1d78f05934
commit 8c2ded8758
9 changed files with 50 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ export const column = [
name: "age",
title: "Дата рождения",
iconHead: true,
width: 140,
width: 180,
},
{
name: "priority",
@@ -47,7 +47,7 @@ export const column = [
},
],
iconHead: true,
width: 124,
width: 180,
},
{
name: "phone",