Explorar o código

feat(api): fixed #24826 childName

gemercheung %!s(int64=3) %!d(string=hai) anos
pai
achega
9146b6f39f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
         },