lrf402788946 4 년 전
부모
커밋
b161aa7f01
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>