|
@@ -70,6 +70,7 @@ export default defineComponent({
|
|
|
'2': t('routes.device.type.2'),
|
|
|
'9': t('routes.device.type.9'),
|
|
|
'10': t('routes.device.type.10'),
|
|
|
+ '11': t('routes.device.type.11'),
|
|
|
};
|
|
|
return typeObj[record.type];
|
|
|
},
|
|
@@ -154,6 +155,11 @@ export default defineComponent({
|
|
|
value: 10,
|
|
|
key: '10',
|
|
|
},
|
|
|
+ {
|
|
|
+ label: t('routes.device.type.11'),
|
|
|
+ value: 11,
|
|
|
+ key: '11',
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
},
|