reedliuqing_i 5 년 전
부모
커밋
d01aa016d2
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 0
      src/icons/svg/团队工作台.svg
  2. 2 2
      src/router/index.js
  3. 1 1
      src/views/workbench/team/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/icons/svg/团队工作台.svg


+ 2 - 2
src/router/index.js

@@ -64,7 +64,7 @@ export const constantRoutes = [{
   name: '个人工作台',
   component: Layout,
   redirect: '/Platform/workbench/person',
-  meta: { title: '工作台', icon: '工作台' },
+  meta: { title: '个人工作台', icon: '工作台' },
   children: [{
     path: 'person',
     component: () =>
@@ -78,7 +78,7 @@ export const constantRoutes = [{
   name: '团队工作台',
   component: Layout,
   redirect: '/Platform/workbench/team',
-  meta: { title: '工作台', icon: '工作台' },
+  meta: { title: '团队工作台', icon: '团队工作台' },
   children: [
     {
       path: 'team',

+ 1 - 1
src/views/workbench/team/index.vue

@@ -80,7 +80,7 @@
         :tasks="tasks"
         :options="options"
       >
-        <gantt-elastic-header v-show="true" slot="header" ref="ganttHeader" />
+        <gantt-elastic-header v-show="false" slot="header" ref="ganttHeader" />
       </gantt-elastic>
     </el-main>
   </el-container>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.