exchange/resources/js/data/request-columns.json

48 lines
735 B
JSON
Raw Permalink Normal View History

2022-01-10 12:03:57 +00:00
[
{
"key": "id",
"dataIndex": "id",
"title": "№",
"width": 50,
"scopedSlots": {
"customRender": "id"
}
},
{
"dataIndex": "name",
"key": "name",
"title": "Name"
},
{
"dataIndex": "phone",
"key": "phone",
"title": "Phone",
"width": 220
},
{
"dataIndex": "email",
"key": "email",
"title": "Email",
"width": 220
},
2022-01-26 12:57:57 +00:00
{
"dataIndex": "org_type",
"key": "org_type",
"title": "Organization type",
"width": 220
},
2022-01-10 12:03:57 +00:00
{
"dataIndex": "created_at",
"key": "created_at",
"title": "Created date",
"width": 220
},
{
"key": "actions",
"scopedSlots": {
"customRender": "actions"
},
"width": 170
}
]