浏览代码

feat(api): fixed #24826 childName

gemercheung 3 年之前
父节点
当前提交
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,
         },