소스 검색

fix:修改隐患排查\生产安全\安全教育\安全文化标题修改

sunqijun 2 주 전
부모
커밋
e43bcf0143
26개의 변경된 파일47개의 추가작업 그리고 47개의 파일을 삭제
  1. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagement/areaCheckPlanManagement.vue
  2. 4 4
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagement/areaCheckPlanManagementItem.vue
  3. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagement/components/areaCheckPlanManagementDetail.vue
  4. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagementDept/areaCheckPlanManagementDept.vue
  5. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagementDept/areaCheckPlanManagementDeptItem.vue
  6. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagementDept/components/areaCheckPlanManagementDeptDetail.vue
  7. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTask/areaCheckPlanTask.vue
  8. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTask/areaCheckPlanTaskItem.vue
  9. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTaskDept/areaCheckPlanTaskDept.vue
  10. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTaskDept/areaCheckPlanTaskDeptItem.vue
  11. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/checkTemplateManagement/checkTemplateManagement.vue
  12. 3 3
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/checkTemplateManagement/checkTemplateManagementItem.vue
  13. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/employeeReportHiddenTroubleManagement/employeeReportHiddenTroubleManagement.vue
  14. 5 5
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/employeeReportHiddenTroubleManagement/employeeReportHiddenTroubleManagementItem.vue
  15. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleReviewManagement/hiddenTroubleReviewManagement.vue
  16. 5 5
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleReviewManagement/hiddenTroubleReviewManagementItem.vue
  17. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagement/oneByOneManagement.vue
  18. 1 1
      src/views/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagementDept/oneByOneManagementDept.vue
  19. 1 1
      src/views/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagement/safetySystemConstructionWorkPlanManagement.vue
  20. 5 5
      src/views/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagement/safetySystemConstructionWorkPlanManagementItem.vue
  21. 1 1
      src/views/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagementDept/safetySystemConstructionWorkPlanManagementDept.vue
  22. 3 3
      src/views/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagementDept/safetySystemConstructionWorkPlanManagementDeptItem.vue
  23. 1 1
      src/views/production-safety/safety-culture/safetyCultureActivityManagementExecutor/safetyCultureActivityManagementExecutor.vue
  24. 1 1
      src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagement/educationTrainingPlanManagement.vue
  25. 3 3
      src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagement/educationTrainingPlanManagementItem.vue
  26. 1 1
      src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagementDept/educationTrainingPlanManagementDept.vue

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagement/areaCheckPlanManagement.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">

+ 4 - 4
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagement/areaCheckPlanManagementItem.vue

@@ -29,14 +29,14 @@
   const isRecordDetail = computed(() => operate.value === 'area-check-plan-record-view');
 
   const headerTitle = computed(() => {
-    if (isRecordDetail.value) return '检查记录查看';
+    if (isRecordDetail.value) return '查看检查记录';
     switch (operate.value) {
       case 'area-check-plan-create':
-        return '新增区域检查计划';
+        return '新增区域检查';
       case 'area-check-plan-edit':
-        return '编辑区域检查计划';
+        return '编辑区域检查';
       case 'area-check-plan-view':
-        return '查看区域检查计划';
+        return '查看区域检查';
       default:
         return '未知操作';
     }

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

@@ -224,7 +224,7 @@
         </template>
         <template #action="scope">
           <el-button type="primary" link size="small" @click="onDeleteRecord(scope.row)">删除</el-button>
-          <el-button type="primary" link size="small" @click="onViewRecord(scope.row)">检查记录查看</el-button>
+          <el-button type="primary" link size="small" @click="onViewRecord(scope.row)">查看检查记录</el-button>
         </template>
       </BasicTable>
     </section>

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanManagementDept/areaCheckPlanManagementDept.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">

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

@@ -33,7 +33,7 @@
       case 'record-add':
         return '开始任务检查';
       case 'view':
-        return '查看区域检查计划';
+        return '查看区域检查';
       default:
         return '未知操作';
     }

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

@@ -239,7 +239,7 @@
                 @click="onReviewDept(scope.row)"
             />
             <ActionButton
-                text="检查记录查看"
+                text="查看检查记录"
                 @click="onViewRecord(scope.row)"
             />
         </template>

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTask/areaCheckPlanTask.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">

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTask/areaCheckPlanTaskItem.vue

@@ -26,7 +26,7 @@
       case 'area-check-plan-edit':
         return '编辑任务检查';
       case 'area-check-plan-view':
-        return '查看检查任务信息';
+        return '查看区域检查任务';
       default:
         return '未知操作';
     }

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTaskDept/areaCheckPlanTaskDept.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">

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/areaCheckPlanTaskDept/areaCheckPlanTaskDeptItem.vue

@@ -26,7 +26,7 @@
       case 'area-check-plan-edit':
         return '编辑任务检查';
       case 'area-check-plan-view':
-        return '查看检查任务信息';
+        return '查看区域检查任务';
       default:
         return '未知操作';
     }

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/checkTemplateManagement/checkTemplateManagement.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">

+ 3 - 3
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/checkTemplateManagement/checkTemplateManagementItem.vue

@@ -21,11 +21,11 @@
   const headerTitle = computed(() => {
     switch (operate) {
       case 'check-template-create':
-        return '新增检查模版';
+        return '新增区域检查模版';
       case 'check-template-edit':
-        return '编辑检查模版';
+        return '编辑区域检查模版';
       case 'check-template-view':
-        return '查看检查模版';
+        return '查看区域检查模版';
       default:
         return '未知操作';
     }

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/employeeReportHiddenTroubleManagement/employeeReportHiddenTroubleManagement.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">

+ 5 - 5
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/employeeReportHiddenTroubleManagement/employeeReportHiddenTroubleManagementItem.vue

@@ -20,15 +20,15 @@
   const headerTitle = computed(() => {
     switch (operate) {
       case 'employee-report-hidden-trouble-create':
-        return '新增员工上报隐患';
+        return '新增员工隐患上报';
       case 'employee-report-hidden-trouble-edit':
-        return '编辑员工上报隐患';
+        return '编辑员工隐患上报';
       case 'employee-report-hidden-trouble-view':
-        return '查看员工上报隐患';
+        return '查看员工隐患上报';
       case 'employee-report-hidden-trouble-approve':
-        return '审核员工上报隐患';
+        return '审核员工隐患上报';
       default:
-        return '查看员工上报隐患';
+        return '查看员工隐患上报';
     }
   });
 </script>

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleReviewManagement/hiddenTroubleReviewManagement.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">

+ 5 - 5
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/hiddenTroubleReviewManagement/hiddenTroubleReviewManagementItem.vue

@@ -20,15 +20,15 @@
   const headerTitle = computed(() => {
     switch (operate) {
       case 'hidden-trouble-review-create':
-        return '新增员工上报隐患';
+        return '新增员工隐患上报';
       case 'hidden-trouble-review-edit':
-        return '编辑员工上报隐患';
+        return '编辑员工隐患上报';
       case 'hidden-trouble-review-view':
-        return '查看员工上报隐患';
+        return '查看员工隐患上报';
       case 'hidden-trouble-review-approve':
-        return '审核员工上报隐患';
+        return '审核员工隐患上报';
       default:
-        return '查看员工上报隐患';
+        return '查看员工隐患上报';
     }
   });
 </script>

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagement/oneByOneManagement.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">

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagementDept/oneByOneManagementDept.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">

+ 1 - 1
src/views/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagement/safetySystemConstructionWorkPlanManagement.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">

+ 5 - 5
src/views/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagement/safetySystemConstructionWorkPlanManagementItem.vue

@@ -25,15 +25,15 @@
   const headerTitle = computed(() => {
     switch (operate) {
       case 'work-plan-create':
-        return '新增安全体系建设工作计划';
+        return '新增年度计划';
       case 'work-plan-edit':
-        return '编辑安全体系建设工作计划';
+        return '编辑年度计划';
       case 'work-plan-view':
-        return '查看安全体系建设工作计划';
+        return '查看年度计划';
       case 'view-work-content-of-sender':
-        return '查看安全体系建设工作计划';
+        return '查看年度计划';
       case 'work-plan-review':
-        return '审核安全体系建设工作计划';
+        return '审核年度计划';
       default:
         return '未知操作';
     }

+ 1 - 1
src/views/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagementDept/safetySystemConstructionWorkPlanManagementDept.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">

+ 3 - 3
src/views/production-safety/productionSafetySystem/safetySystemConstructionWorkPlanManagementDept/safetySystemConstructionWorkPlanManagementDeptItem.vue

@@ -20,11 +20,11 @@
   const headerTitle = computed(() => {
     switch (operate) {
       case 'work-plan-dept-view':
-        return '查看安全体系建设工作计划';
+        return '查看年度计划';
       case 'work-plan-dept-issue':
-        return '安全体系建设工作计划反馈';
+        return '年度计划反馈';
       default:
-        return '查看安全体系建设工作计划';
+        return '查看年度计划';
     }
   });
 </script>

+ 1 - 1
src/views/production-safety/safety-culture/safetyCultureActivityManagementExecutor/safetyCultureActivityManagementExecutor.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">

+ 1 - 1
src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagement/educationTrainingPlanManagement.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">

+ 3 - 3
src/views/production-safety/safetyTrainingAndEducation/educationTrainingPlanManagement/educationTrainingPlanManagementItem.vue

@@ -27,11 +27,11 @@
   const headerTitle = computed(() => {
     switch (operate) {
       case 'education-training-plan-management-create':
-        return '新增教育培训计划(管理员)';
+        return '新增教育培训计划';
       case 'education-training-plan-management-edit':
-        return '编辑教育培训计划(管理员)';
+        return '编辑教育培训计划';
       case 'education-training-plan-management-view':
-        return '查看教育培训计划(管理员)';
+        return '查看教育培训计划';
       default:
         return '未知操作';
     }

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