Преглед изворни кода

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

将科级任务明细改为大队级任务明细显示
注释掉不再需要的班组级任务组件
huoyi пре 4 недеља
родитељ
комит
58b12a453a

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

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

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

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