lrf402788946 4 years ago
parent
commit
1189dc3cc4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/layout/user/messageInfo.vue

+ 2 - 2
src/layout/user/messageInfo.vue

@@ -23,7 +23,7 @@
         <el-col :span="17" class="mess">
           <p>年龄:{{ teainfo.age }}&nbsp;&nbsp;性别:{{ teainfo.gender }}</p>
           <p>手机号:{{ teainfo.phone }}</p>
-          <p>所在部门:{{ teainfo.department }}</p>
+          <p>所在单位:{{ teainfo.department }}</p>
         </el-col>
       </el-col>
       <el-col
@@ -38,7 +38,7 @@
         <el-col :span="17" class="mess">
           <p>年龄:{{ jiaoshiinfo.age }}&nbsp;&nbsp;性别:{{ jiaoshiinfo.gender }}</p>
           <p>手机号:{{ jiaoshiinfo.phone }}</p>
-          <p>所在部门:{{ jiaoshiinfo.department }}</p>
+          <p>所在单位:{{ jiaoshiinfo.department }}</p>
         </el-col>
       </el-col>
     </el-row>