@@ -24,6 +24,7 @@ export default {
9: '四维看见',
10: '四维深时',
11: '四维深光',
+ 12: '四维深巡',
},
outType: {
0: '正常销售',
@@ -134,6 +134,11 @@
value: 3,
key: 3,
+ {
+ label: '四维深巡',
+ value: 4,
+ key: 4,
+ },
],
onChange: (value) => {
handleCarmanType(value);
@@ -221,6 +221,7 @@ export const rtkdeviceColumns: any[] = [
1: '四维看见',
2: '四维深时',
3: '四维深光',
+ 4: '四维深巡',
};
return obj[record.cameraType] || '-';
@@ -236,6 +236,8 @@
return '四维带看';
case 4:
return '四维深光';
+ case 5:
+ return '四维深巡';
default:
return '';
}
@@ -252,6 +254,8 @@
return t('routes.devices.cameraName.10');
case 6:
return t('routes.devices.cameraName.6');
+ case 12:
@@ -243,6 +243,8 @@
@@ -259,6 +261,8 @@