Ver código fonte

组织机构管理

duy 2 anos atrás
pai
commit
3f9892f776
1 arquivos alterados com 6 adições e 6 exclusões
  1. 6 6
      src/views/system/organization.vue

+ 6 - 6
src/views/system/organization.vue

@@ -120,19 +120,19 @@ const topMenuoptions=ref([])
 const dataSource = ref([
   {
     id: 1,
-    label: 'Level one 1',
+    label: '技术部',
     children: [
       {
         id: 4,
-        label: 'Level two 1-1',
+        label: '研发经理',
         children: [
           {
             id: 9,
-            label: 'Level three 1-1-1',
+            label: '产品经理',
           },
           {
             id: 10,
-            label: 'Level three 1-1-2',
+            label: 'java技术',
           },
         ],
       },
@@ -140,11 +140,11 @@ const dataSource = ref([
   },
   {
     id: 2,
-    label: 'Level one 2',
+    label: '人事部',
     children: [
       {
         id: 5,
-        label: 'Level two 2-1',
+        label: '人事管理',
       },
       {
         id: 6,