tangning 1 year ago
parent
commit
442c00b933
2 changed files with 7 additions and 7 deletions
  1. 5 5
      src/views/device/index.vue
  2. 2 2
      src/views/lanUser/list.vue

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

@@ -109,12 +109,12 @@
           ellipsis: false,
           width: 80,  
           customRender: ({ record }) => {
-            let typeObj ={
-              // '0':'旧双目相机',
-              // '1':'四维看看',
-              // '2':'四维看看lite',
+            let typeObj = {
+              '0':'旧双目相机',
+              '1':'四维看看',
+              '2':'四维看看lite',
               '9':'四维看见',
-              // '10':'四维深时',
+              '10':'四维深时',
             }
             return typeObj[record.type]
           }        

+ 2 - 2
src/views/lanUser/list.vue

@@ -181,8 +181,8 @@
         labelWidth: 100,
         schemas: [
           {
-            field: 'userName',
-            label: '账号',
+            field: 'nickName',
+            label: t('routes.staff.userName'),
             component: 'Input',
             componentProps: {
               maxLength: 15,