فهرست منبع

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,
         },