diff --git a/src/router/route.ts b/src/router/route.ts index df04f61..5241e6b 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -167,7 +167,7 @@ export const systemRoutes: RouteRecordRaw[] = [ component: () => import('@/views/task/task-gantt/TaskGantt.vue'), meta: { title: '人力甘特图', - icon: 'workload', // 进度相关图标 + icon: 'eye', // 进度相关图标 hidden: false, sort: 3.6 } diff --git a/src/views/task/task-gantt/TaskGantt.vue b/src/views/task/task-gantt/TaskGantt.vue index c588313..8af29d2 100644 --- a/src/views/task/task-gantt/TaskGantt.vue +++ b/src/views/task/task-gantt/TaskGantt.vue @@ -194,7 +194,7 @@ const initChart = (personIndex: number) => { const categoryIndex = api.value(3); const startCoord = api.coord([api.value(0), categoryIndex]); const endCoord = api.coord([api.value(1), categoryIndex]); - const barHeight = 20; + const barHeight = 40; return { type: "rect", shape: { @@ -220,7 +220,7 @@ const initChart = (personIndex: number) => { const categoryIndex = api.value(3); const startCoord = api.coord([api.value(0), categoryIndex]); const endCoord = api.coord([api.value(1), categoryIndex]); - const barHeight = 12; + const barHeight = 40; return { type: "rect", shape: { diff --git a/src/views/task/task-publish/TaskPublish.vue b/src/views/task/task-publish/TaskPublish.vue index f6a35fe..223e9d7 100644 --- a/src/views/task/task-publish/TaskPublish.vue +++ b/src/views/task/task-publish/TaskPublish.vue @@ -19,7 +19,7 @@ @click="handleStatClick('low')" :class="{ 'active': searchForm.priority === 'low' }" > -