Explorar el Código

fix: 更新任务明细显示级别并注释班组级任务组件

将科级任务明细改为大队级任务明细显示
注释掉不再需要的班组级任务组件
huoyi hace 4 semanas
padre
commit
58b12a453a

+ 1 - 1
src/views/dataBigScreen/dashboard/components/pageItems/DataViewLeft.vue

@@ -1,7 +1,7 @@
1 1
 <template>
2 2
   <StationTaskDetails :table-data="viewData.STATION_LEVEL" />
3 3
   <SectionTaskDetails :table-data="viewData.DEPARTMENT_LEVEL" />
4
-  <ClassTaskDetails :table-data="viewData.TEAM_LEVEL" />
4
+  <!-- <ClassTaskDetails :table-data="viewData.TEAM_LEVEL" /> -->
5 5
 </template>
6 6
 
7 7
 <script setup>

+ 1 - 1
src/views/dataBigScreen/dashboard/components/pageItems/SectionTaskDetails.vue

@@ -1,5 +1,5 @@
1 1
 <template>
2
-  <ChartsContainer name="级任务明细">
2
+  <ChartsContainer name="大队级任务明细">
3 3
     <template #other>
4 4
       <span style="margin-right: 10px; font-size: 14px; white-space: nowrap;">{{ tableData.taskName || '' }} 每日{{ tableData.ruleTypeNum || 1
5 5
         }}次</span>