|
@@ -17,7 +17,7 @@ export const columns: BasicColumn[] = [
|
|
|
title: 'Ip地址',
|
|
|
dataIndex: 'stripC',
|
|
|
key: 'stripC',
|
|
|
- width: 90,
|
|
|
+ width: 80,
|
|
|
align: 'center',
|
|
|
},
|
|
|
{
|
|
@@ -30,14 +30,14 @@ export const columns: BasicColumn[] = [
|
|
|
title: '供电模式',
|
|
|
dataIndex: 'gdmsC',
|
|
|
key: 'gdmsC',
|
|
|
- width: 90,
|
|
|
+ width: 80,
|
|
|
align: 'center',
|
|
|
},
|
|
|
{
|
|
|
title: '电池容量(%)',
|
|
|
dataIndex: 'dcrl',
|
|
|
key: 'dcrl',
|
|
|
- width: 90,
|
|
|
+ width: 80,
|
|
|
align: 'center',
|
|
|
},
|
|
|
{
|
|
@@ -65,7 +65,7 @@ export const columns: BasicColumn[] = [
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|
|
|
- width: 220,
|
|
|
+ width: 250,
|
|
|
align: 'center',
|
|
|
slots: { customRender: 'action' },
|
|
|
},
|