浏览代码

全局消息提醒问题

xiaohaizhao 10 月之前
父节点
当前提交
8dfdd139c9

+ 2 - 0
src/App.vue

@@ -5,6 +5,8 @@
 </template>
 <script>
 import { mapGetters } from "vuex";
+import store from "./store/index";
+
 export default {
   data() {
     return {

+ 1 - 1
src/HManagement/addressList/mygroup/modules/list.vue

@@ -8,7 +8,7 @@
             <img width="50" src="../../../../assets/icons/sys_group.png" alt="">
             <div class="r_flex">
               <p class="groupname">{{$t(item.groupname)}}</p>
-              <small class="color-grey">{{$t('已有')}}{{item.count}} {{$t('人')}}</small>
+              <small class="color-grey">{{$t('已有')}} {{item.count}} {{$t('人')}}</small>
             </div>
           </div>
           <div>

+ 1 - 1
src/HManagement/task/components/followData.vue

@@ -4,7 +4,7 @@
       <el-divider></el-divider>
       <div style="display: flex;justify-content: space-between;padding: 16px">
         <div>
-          <span style="font-size: 13px">{{ $t('总计') }}:{{total}}个</span>
+          <span style="font-size: 13px">{{ $t('总计') }}: {{total}} {{ $t('') }}</span>
         </div>
       </div>
       <div style="padding: 0px 16px 16px 16px">