wujingjing
2024-12-12 b5c3eb5e9cc9129b9875f2ef8680092e1da4bab7
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',
         };
      },
   },