|
@@ -29,18 +29,21 @@ export const columns: BasicColumn[] = [
|
|
|
title: '供电模式',
|
|
|
dataIndex: 'gdmsC',
|
|
|
key: 'gdmsC',
|
|
|
+ width:100,
|
|
|
align: 'center',
|
|
|
},
|
|
|
{
|
|
|
title: '电池容量',
|
|
|
dataIndex: 'dcrl',
|
|
|
key: 'dcrl',
|
|
|
+ width:80,
|
|
|
align: 'center',
|
|
|
},
|
|
|
{
|
|
|
title: '连接状态',
|
|
|
dataIndex: 'linkstatusC',
|
|
|
key: 'linkstatusC',
|
|
|
+ width:80,
|
|
|
align: 'center',
|
|
|
},
|
|
|
{
|
|
@@ -52,7 +55,7 @@ export const columns: BasicColumn[] = [
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|
|
|
- width: 250,
|
|
|
+ width: 220,
|
|
|
align: 'center',
|
|
|
slots: { customRender: 'action' },
|
|
|
},
|