|
@@ -61,15 +61,15 @@
|
|
width: 100,
|
|
width: 100,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: t('routes.devices.phoneName'),
|
|
|
|
|
|
+ title: t('sys.login.email'),
|
|
dataIndex: 'userName',
|
|
dataIndex: 'userName',
|
|
width: 230,
|
|
width: 230,
|
|
},
|
|
},
|
|
- {
|
|
|
|
- title: t('routes.devices.companyId'),
|
|
|
|
- dataIndex: 'companyName',
|
|
|
|
- width: 120,
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // title: t('routes.devices.companyId'),
|
|
|
|
+ // dataIndex: 'companyName',
|
|
|
|
+ // width: 120,
|
|
|
|
+ // },
|
|
// {
|
|
// {
|
|
// title: t('routes.devices.cameraType'),
|
|
// title: t('routes.devices.cameraType'),
|
|
// dataIndex: 'cameraType',
|
|
// dataIndex: 'cameraType',
|
|
@@ -92,11 +92,11 @@
|
|
dataIndex: 'wifiName',
|
|
dataIndex: 'wifiName',
|
|
width: 180,
|
|
width: 180,
|
|
},
|
|
},
|
|
- {
|
|
|
|
- title: t('routes.devices.activationTime'),
|
|
|
|
- dataIndex: 'activatedTime',
|
|
|
|
- width: 150,
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // title: t('routes.devices.activationTime'),
|
|
|
|
+ // dataIndex: 'activatedTime',
|
|
|
|
+ // width: 150,
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
title: t('routes.devices.shipmentType'),
|
|
title: t('routes.devices.shipmentType'),
|
|
dataIndex: 'own',
|
|
dataIndex: 'own',
|
|
@@ -117,8 +117,8 @@
|
|
schemas: [
|
|
schemas: [
|
|
{
|
|
{
|
|
field: 'searchKey',
|
|
field: 'searchKey',
|
|
- label: t('routes.devices.phoneName'),
|
|
|
|
- labelWidth: 220,
|
|
|
|
|
|
+ label: t('sys.login.email'),
|
|
|
|
+ labelWidth: 120,
|
|
component: 'Input',
|
|
component: 'Input',
|
|
colProps: {
|
|
colProps: {
|
|
span: 12,
|
|
span: 12,
|