Sfoglia il codice sorgente

fix:完成安全教育\安全文化标题更换

sunqijun 2 settimane fa
parent
commit
b8314eb967
13 ha cambiato i file con 17 aggiunte e 17 eliminazioni
  1. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagement/areaCheckPlanManagement.vue
  2. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagementDept/areaCheckPlanManagementDeptItem.vue
  3. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleAccountManagement/hiddenTroubleAccountManagement.vue
  4. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagement/oneByOneManagementItem.vue
  5. 2 2
      src/views/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagement/safetySystemConstructionWorkPlanManagement.vue
  6. 1 1
      src/views/production-safety/safety-culture/safetyCultureActivityManagement/safetyCultureActivityManagement.vue
  7. 1 1
      src/views/production-safety/safety-culture/safetyCultureActivityManagementExecutor/safetyCultureActivityManagementExecutor.vue
  8. 1 1
      src/views/production-safety/safety-culture/safetyCultureActivityManagementExecutor/safetyCultureActivityManagementExecutorItem.vue
  9. 1 1
      src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagement/components/issueEducationTrainingPlan.vue
  10. 2 2
      src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagement/educationTrainingPlanManagement.vue
  11. 3 3
      src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagementDept/educationTrainingPlanManagementDept.vue
  12. 1 1
      src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagementDept/educationTrainingPlanManagementDeptItem.vue
  13. 1 1
      src/views/production-safety/safetyTrainingAndEducation/employeeTrainingRecordCardManagement/employeeTrainingRecordCardManagement.vue

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagement/areaCheckPlanManagement.vue

@@ -148,7 +148,7 @@
     <!-- 下发区域检查计划任务弹窗 -->
     <el-dialog
       v-model="showIssueDialog"
-      title="下发区域检查计划任务"
+      title="下发区域检查"
       width="680px"
       destroy-on-close
       @open="onIssueDialogOpen"

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagementDept/areaCheckPlanManagementDeptItem.vue

@@ -29,7 +29,7 @@
   const headerTitle = computed(() => {
     switch (operateType.value) {
       case 'record-view':
-        return '查看检查记录信息';
+        return '查看检查记录';
       case 'record-add':
         return '开始任务检查';
       case 'view':

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleAccountManagement/hiddenTroubleAccountManagement.vue

@@ -178,7 +178,7 @@
     <!-- 隐患台账下发弹窗 -->
     <el-dialog
       v-model="showIssueDialog"
-      title="隐患台账下发"
+      title="下发隐患台账"
       width="500px"
       destroy-on-close
       @open="onIssueDialogOpen"

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagement/oneByOneManagementItem.vue

@@ -29,7 +29,7 @@
       case 'one-by-one-audit-detail':
         return '审核';
       case 'one-by-one-audit-view':
-        return '审核查看';
+        return '查看审核';
       default:
         return '未知操作';
     }

+ 2 - 2
src/views/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagement/safetySystemConstructionWorkPlanManagement.vue

@@ -144,7 +144,7 @@
       <!-- 生产安全计划时间设置(复制) -->
        <el-dialog
         v-model="copyDialogVisible"
-        title="生产安全计划时间设置"
+        title="设置年度计划时间"
         width="500"
         :close-on-click-modal="false"
         :close-on-press-escape="false"
@@ -172,7 +172,7 @@
       <!-- 生产安全计划下发 -->
       <el-dialog
         v-model="issueWorkPlanDialogVisible"
-        title="生产安全计划下发"
+        title="下发年度计划"
         width="500"
         :close-on-click-modal="false"
         :close-on-press-escape="false"

+ 1 - 1
src/views/production-safety/safety-culture/safetyCultureActivityManagement/safetyCultureActivityManagement.vue

@@ -98,7 +98,7 @@
 
       <el-dialog
         v-model="showIssueDialog"
-        title="安全文化活动下发"
+        title="下发安全文化活动"
         width="500px"
         destroy-on-close
         @open="onIssueDialogOpen"

+ 1 - 1
src/views/production-safety/safety-culture/safetyCultureActivityManagementExecutor/safetyCultureActivityManagementExecutor.vue

@@ -86,7 +86,7 @@
       
       <el-dialog
         v-model="showIssueDialog"
-        title="安全文化活动下发"
+        title="下发安全文化活动"
         width="500px"
         destroy-on-close
         @open="onIssueDialogOpen"

+ 1 - 1
src/views/production-safety/safety-culture/safetyCultureActivityManagementExecutor/safetyCultureActivityManagementExecutorItem.vue

@@ -26,7 +26,7 @@
       case 'safety-culture-material-view':
         return '查看安全文化活动';
       case 'safety-culture-material-feedback':
-        return '安全文化活动反馈';
+        return '反馈安全文化活动';
       default:
         return '未知操作';
     }

+ 1 - 1
src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagement/components/issueEducationTrainingPlan.vue

@@ -91,7 +91,7 @@
   <div class="content">
     <el-dialog
       v-model="dialogVisible"
-      title="下发安全教育培训计划任务"
+      title="下发安全教育培训计划"
       width="600"
       :close-on-click-modal="false"
       :close-on-press-escape="false"

+ 2 - 2
src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagement/educationTrainingPlanManagement.vue

@@ -279,12 +279,12 @@
     try {
       const response = await exportTableData(tableQuery.queryParam);
       if (response) {
-          const fileName = `教育培训计划管理_${new Date().toISOString().split('T')[0]}.xlsx`;
+          const fileName = `教育培训计划_${new Date().toISOString().split('T')[0]}.xlsx`;
           downloadByData(response, fileName);
           ElMessage.success('导出成功');
       }
     } catch (e) {
-      console.error('导出教育培训计划管理失败:', e);
+      console.error('导出教育培训计划失败:', e);
       ElMessage.error('导出失败,请重试');
     }
   };

+ 3 - 3
src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagementDept/educationTrainingPlanManagementDept.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="safety-platform-container">
     <header class="safety-platform-container__header">
-      <div class="breadcrumb-title"> 教育培训计划管理</div>
+      <div class="breadcrumb-title"> 教育培训落实</div>
     </header>
     <main class="safety-platform-container__main">
       <div class="search-table-container">
@@ -380,13 +380,13 @@
     try {
       const response = await exportTableData(tableQuery.queryParam);
       if (response) {
-        const fileName = `教育培训计划管理(部门)_${new Date().toISOString().split('T')[0]}.xlsx`;
+        const fileName = `教育培训计划落实_${new Date().toISOString().split('T')[0]}.xlsx`;
         downloadByData(response, fileName);
         ElMessage.success('导出成功');
       }
     } catch (e) {
       console.error('导出教育培训计划管理(部门)失败:', e);
-      ElMessage.error('导出教育培训计划管理(部门)失败,请重试');
+      ElMessage.error('导出教育培训计划落实失败,请重试');
     }
   };
 

+ 1 - 1
src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagementDept/educationTrainingPlanManagementDeptItem.vue

@@ -27,7 +27,7 @@
   const headerTitle = computed(() => {
     switch (operate) {
       case 'education-training-plan-management-dept-view':
-        return '查看教育培训计划内容(部门)';
+        return '查看教育培训计划';
       default:
         return '未知操作';
     }

+ 1 - 1
src/views/production-safety/safetyTrainingAndEducation/employeeTrainingRecordCardManagement/employeeTrainingRecordCardManagement.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="safety-platform-container">
     <header class="safety-platform-container__header">
-      <div class="breadcrumb-title"> 员工培训记录卡管理 </div>
+      <div class="breadcrumb-title"> 员工培训记录卡</div>
     </header>
     <main class="safety-platform-container__main">
       <div class="search-table-container">