tangning 4 månader sedan
förälder
incheckning
14ec3a3610

+ 1 - 0
src/locales/lang/zh-CN/routes/product.ts

@@ -24,6 +24,7 @@ export default {
     9: '四维看见',
     10: '四维深时',
     11: '四维深光',
+    12: '四维深巡',
   },
   outType: {
     0: '正常销售',

+ 5 - 0
src/views/product/rtk/AddModal.vue

@@ -134,6 +134,11 @@
                 value: 3,
                 key: 3,
               },
+              {
+                label: '四维深巡',
+                value: 4,
+                key: 4,
+              },
             ],
             onChange: (value) => {
               handleCarmanType(value);

+ 1 - 0
src/views/product/rtk/data.ts

@@ -221,6 +221,7 @@ export const rtkdeviceColumns: any[] = [
         1: '四维看见',
         2: '四维深时',
         3: '四维深光',
+        4: '四维深巡',
       };
       return obj[record.cameraType] || '-';
     },

+ 4 - 0
src/views/product/updataTips/AddModal.vue

@@ -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:
+            return '四维深巡';
           default:
             return '';
         }

+ 4 - 0
src/views/product/updataTips/EditModal.vue

@@ -243,6 +243,8 @@
             return '四维带看';
           case 4:
             return '四维深光';
+          case 5:
+            return '四维深巡';
           default:
             return '';
         }
@@ -259,6 +261,8 @@
             return t('routes.devices.cameraName.10');
           case 6:
             return t('routes.devices.cameraName.6');
+          case 12:
+            return '四维深巡';
           default:
             return '';
         }