Browse Source

feat(api): fixed #24826 childName

gemercheung 3 năm trước cách đây
mục cha
commit
9146b6f39f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
         },