Bläddra i källkod

feat: 修改类型

gemercheung 1 år sedan
förälder
incheckning
f226ab2c38

+ 1 - 0
src/locales/lang/en/routes/device.ts

@@ -10,6 +10,7 @@ export default {
     1: '4DKanKan',
     2: '4DMinion',
     3: '4DMega',
+    4: '4DBeta',
     9: '4DMinion',
     10: '4DMega',
   },

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

@@ -10,6 +10,7 @@ export default {
     1: '四维看看',
     2: '四维看见',
     3: '四维深时',
+    4: '四维深光',
     9: '四维看见',
     10: '四维深时',
   },

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

@@ -20,6 +20,7 @@ export default {
     1: '四维看看',
     2: '四维看见',
     3: '四维深时',
+    4: '四维深光',
     9: '四维看见',
     10: '四维深时',
   },

+ 5 - 0
src/views/Accounting/index.vue

@@ -166,6 +166,11 @@
                   value: 2,
                   key: '2',
                 },
+                {
+                  label: t('routes.device.type.4'),
+                  value: 3,
+                  key: '3',
+                },
               ],
             },
           },

+ 5 - 0
src/views/U8Sending/index.vue

@@ -167,6 +167,11 @@
                   value: 2,
                   key: '2',
                 },
+                {
+                  label: t('routes.device.type.4'),
+                  value: 3,
+                  key: '3',
+                },
               ],
             },
           },

+ 5 - 0
src/views/work/query.vue

@@ -139,6 +139,11 @@
                   value: 2,
                   key: '2',
                 },
+                {
+                  label: t('routes.device.type.4'),
+                  value: 2,
+                  key: '2',
+                },
               ],
             },
           },

+ 5 - 0
src/views/work/repairsparesList.vue

@@ -172,6 +172,11 @@
                   value: 2,
                   key: '2',
                 },
+                {
+                  label: t('routes.device.type.4'),
+                  value: 3,
+                  key: '3',
+                },
               ],
             },
           },

+ 5 - 0
src/views/work/testList.vue

@@ -174,6 +174,11 @@
                   value: 2,
                   key: '2',
                 },
+                {
+                  label: t('routes.device.type.4'),
+                  value: 3,
+                  key: '3',
+                },
               ],
             },
           },