tangning il y a 2 ans
Parent
commit
da9a678d47
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/views/device/index.vue
  2. 1 1
      src/views/product/updataTips/EditModal.vue

+ 1 - 1
src/views/device/index.vue

@@ -220,7 +220,7 @@ import { lte } from 'lodash';
                   label: t('routes.product.type.3'),
                   value: 10,
                   key: '10',
-                },,{
+                },{
                   label: t('routes.product.type.13'),
                   value: 11,
                   key: '11',

+ 1 - 1
src/views/product/updataTips/EditModal.vue

@@ -152,7 +152,7 @@
           colProps: {
             span: 20,
           },
-        },,{
+        },{
           field: 'titleEn',
           component: 'Input',
           label: '英文标题',