gemercheung 3 лет назад
Родитель
Сommit
9146b6f39f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/devices/list.vue

+ 1 - 1
src/views/devices/list.vue

@@ -56,7 +56,7 @@
       const columns: BasicColumn[] = [
         {
           title: t('routes.devices.childName'),
-          dataIndex: 'id',
+          dataIndex: 'childName',
           fixed: 'left',
           width: 100,
         },