|
@@ -121,7 +121,7 @@ import { lte } from 'lodash';
|
|
|
'2':'四维看看lite',
|
|
|
'9':'四维看见',
|
|
|
'10':'四维深时',
|
|
|
- '13':'四维深光',
|
|
|
+ '11':'四维深光',
|
|
|
}
|
|
|
return typeObj[record.type]
|
|
|
}
|
|
@@ -220,6 +220,10 @@ import { lte } from 'lodash';
|
|
|
label: t('routes.product.type.3'),
|
|
|
value: 10,
|
|
|
key: '10',
|
|
|
+ },,{
|
|
|
+ label: t('routes.product.type.13'),
|
|
|
+ value: 11,
|
|
|
+ key: '11',
|
|
|
},
|
|
|
],
|
|
|
},
|