zhaobao %!s(int64=3) %!d(string=hai) anos
pai
achega
193cde0a7c

+ 1 - 1
src/utils/index.js

@@ -751,7 +751,7 @@ export function hosStoryTitle(i) {
       '未知',
       '平安医院',
       '质量医院',
-      '满意医院',
+      '节约型医院',
       '智慧医院',
       '健康医院',
       '节约型医院'

+ 1 - 1
src/views/hos/assess/index.vue

@@ -21,7 +21,7 @@ export default {
   props: {},
   data() {
     return {
-      title: '满意医院成果评价',
+      title: '节约型医院成果评价',
       storyId: 3
     }
   },

+ 1 - 1
src/views/hos/components/StoryList.vue

@@ -28,7 +28,7 @@ export default {
         },
         {
           type: 3,
-          title: '满意医院',
+          title: '节约型医院',
           icon: 'icon-common_safety'
         },
         {

+ 1 - 1
src/views/hos/doc/index.vue

@@ -25,7 +25,7 @@ export default {
   mounted() { this.getData() },
   methods: {
     getData() {
-      this.$refs['FileList'].loadData(this.dirId, '满意医院电子文档')
+      this.$refs['FileList'].loadData(this.dirId, '节约型医院电子文档')
     }
   }
 }

+ 1 - 1
src/views/hos/instruction/index.vue

@@ -20,7 +20,7 @@ export default {
   data() {
     return {
       artCatId: 31,
-      title: '满意医院-实施计划'
+      title: '节约型医院-实施计划'
     }
   },
   mounted() {},

+ 1 - 1
src/views/hos/news/index.vue

@@ -25,7 +25,7 @@ export default {
   mounted() { this.getData() },
   methods: {
     getData() {
-      this.$refs['ArtList'].loadData(this.artCatId, '满意医院-最新动态')
+      this.$refs['ArtList'].loadData(this.artCatId, '节约型医院-最新动态')
     }
   }
 }

+ 2 - 2
src/views/hos/overview/index.vue

@@ -4,7 +4,7 @@
       <el-col :span="6">
         <div class="group-box">
           <div class="group-title">
-            满意医院-{{ year }}年{{ month }}月
+            节约型医院-{{ year }}年{{ month }}月
             <ScoreIcon :score="score" />
           </div>
           <div class="group-content">
@@ -57,7 +57,7 @@
       <el-col :span="12">
         <div class="group-box">
           <div class="group-title">
-            满意医院-待改进项目
+            节约型医院-待改进项目
             <el-link @click="handleMoreAssess()">立即评价</el-link>
           </div>
           <el-row>

+ 1 - 1
src/views/hos/report/index.vue

@@ -21,7 +21,7 @@ export default {
     ])
   },
   mounted() {
-    this.selectStory(3, '满意医院')
+    this.selectStory(3, '节约型医院')
   },
   methods: {
     selectStory(storyId, storyTitle) {

+ 1 - 1
src/views/hos/story/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="page-container">
-    <StoryPointList :story-id="3" title="满意医院" />
+    <StoryPointList :story-id="3" title="节约型医院" />
   </div>
 </template>
 

+ 1 - 1
src/views/hos/task/index.vue

@@ -18,7 +18,7 @@ export default {
   components: { TaskCounter, TaskList },
   data() {
     return {
-      title: '满意医院工作任务'
+      title: '节约型医院工作任务'
     }
   },
   mounted() {