Просмотр исходного кода

Merge branch 'homepageLargeScreen' into dev

huoyi 1 месяц назад
Родитель
Сommit
6b515bae19

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

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

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

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