wujingjing
2024-10-31 28b72064712a3d97b44511206a2dca07f2d37a23
src/components/tree/leftTreeByMgr.ts
@@ -34,9 +34,9 @@
      type: Object,
      default: () => {
         return {
            children: 'Children',
            label: 'Name',
            id: 'ID',
            children: 'children',
            label: 'title',
            id: 'id',
         };
      },
   },
@@ -45,9 +45,9 @@
      type: Object,
      default: () => {
         return {
            children: 'Children',
            label: 'Name',
            id: 'ID',
            children: 'children',
            label: 'title',
            id: 'id',
         };
      },
   },