Selaa lähdekoodia

feat(api): fixed #24826 childName

gemercheung 3 vuotta sitten
vanhempi
commit
9146b6f39f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,
         },