|
@@ -19,23 +19,38 @@ const DuerOS = () => {
|
|
|
width: 48,
|
|
width: 48,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- title: '名称',
|
|
|
|
|
|
|
+ title: intl.formatMessage({
|
|
|
|
|
+ id: 'pages.table.name',
|
|
|
|
|
+ defaultMessage: '名称',
|
|
|
|
|
+ }),
|
|
|
dataIndex: 'name',
|
|
dataIndex: 'name',
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- title: '设备类型',
|
|
|
|
|
|
|
+ title: intl.formatMessage({
|
|
|
|
|
+ id: 'pages.cloud.duerOS.applianceType',
|
|
|
|
|
+ defaultMessage: '设备类型',
|
|
|
|
|
+ }),
|
|
|
dataIndex: 'applianceType',
|
|
dataIndex: 'applianceType',
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- title: '厂商名称',
|
|
|
|
|
|
|
+ title: intl.formatMessage({
|
|
|
|
|
+ id: 'pages.cloud.duerOS.manufacturerName',
|
|
|
|
|
+ defaultMessage: '厂家名称',
|
|
|
|
|
+ }),
|
|
|
dataIndex: 'manufacturerName',
|
|
dataIndex: 'manufacturerName',
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- title: '动作数量',
|
|
|
|
|
|
|
+ title: intl.formatMessage({
|
|
|
|
|
+ id: 'pages.cloud.duerOS.version',
|
|
|
|
|
+ defaultMessage: '动作数量',
|
|
|
|
|
+ }),
|
|
|
dataIndex: 'version',
|
|
dataIndex: 'version',
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- title: '操作',
|
|
|
|
|
|
|
+ title: intl.formatMessage({
|
|
|
|
|
+ id: 'pages.data.option',
|
|
|
|
|
+ defaultMessage: '操作',
|
|
|
|
|
+ }),
|
|
|
valueType: 'option',
|
|
valueType: 'option',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
width: 200,
|
|
width: 200,
|