Selaa lähdekoodia

fix: 将科长修改为大队长以匹配实际职位名称

huoyi 3 viikkoa sitten
vanhempi
commit
42b9c772bc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/pages/home-new/index.vue

+ 1 - 1
src/pages/home-new/index.vue

@@ -169,7 +169,7 @@ export default {
169 169
     },
170 170
     computed: {
171 171
         subTitle() {
172
-            return this.isZhanZhang ? `今日上岗长:${this.subTitleText}` : this.userInfo
172
+            return this.isZhanZhang ? `今日上岗大队长:${this.subTitleText}` : this.userInfo
173 173
         },
174 174
         checkerName() {
175 175
             if (this.$store.state.user) {