From d09100666b86362898f2e5af0c158aea43c9f28a Mon Sep 17 00:00:00 2001 From: zhouhaibin Date: Sat, 11 May 2024 17:13:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E8=A7=86=E5=8C=96=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=9D=83=E9=99=90=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/workbench/index.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/views/dashboard/workbench/index.vue b/src/views/dashboard/workbench/index.vue index 8305efa..2ee7ce5 100644 --- a/src/views/dashboard/workbench/index.vue +++ b/src/views/dashboard/workbench/index.vue @@ -9,24 +9,24 @@
- +
- + - + - + @@ -37,7 +37,7 @@
-->
- +
@@ -49,7 +49,7 @@
- +
@@ -61,7 +61,7 @@
- +
@@ -88,6 +88,7 @@ import WorkbenchHeader from './components/WorkbenchHeader.vue'; import DonutChart from './components/DonutChart.vue'; import PieChart from './components/PieChart.vue'; import ProjectCard from './components/ProjectCard.vue'; +import { isShowByRoles } from '@/views/projectLib/projectInfo/projectInfo.api'; import DonutChartByMoney from './components/DonutChartByMoney.vue'; import planSummary from '@/views/projectSummary/planSummary/indeForDashboard.vue';