Kaynağa Gözat

Merge branch 'homepageLargeScreen' into dev

huoyi 4 hafta önce
ebeveyn
işleme
6b515bae19

+ 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>

+ 5 - 5
src/views/dataBigScreen/dashboard/components/pageItems/HomePageSystemStatus.vue

@@ -24,9 +24,9 @@
24 24
       </div>
25 25
     </div>
26 26
 
27
-    <!-- 今日上岗长 -->
27
+    <!-- 今日上岗大队长 -->
28 28
     <div class="today-duty-section" v-if="dutySectionMaster">
29
-      <div class="duty-label">今日上岗长:</div>
29
+      <div class="duty-label">今日上岗大队长:</div>
30 30
       <div class="duty-name">{{ dutySectionMaster }}</div>
31 31
     </div>
32 32
 
@@ -67,10 +67,10 @@ const attendanceStats = ref({})
67 67
 const accuracyStatistics = ref({})
68 68
 const userStore = useUserStore()
69 69
 
70
-// 今日上岗长数据
70
+// 今日上岗大队长数据
71 71
 const dutySectionMaster = ref('')
72 72
 
73
-// 获取今日上岗长数据
73
+// 获取今日上岗大队长数据
74 74
 const fetchDutySectionMaster = async () => {
75 75
   try {
76 76
     // 调用接口获取今日上岗用户列表
@@ -87,7 +87,7 @@ const fetchDutySectionMaster = async () => {
87 87
       dutySectionMaster.value = '暂无科长上岗'
88 88
     }
89 89
   } catch (error) {
90
-    console.error('获取今日上岗长数据失败:', error)
90
+    console.error('获取今日上岗大队长数据失败:', error)
91 91
     // 出错时使用默认值
92 92
     dutySectionMaster.value = ''
93 93
   }

+ 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>