mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 08:46:44 +08:00
组织机构名称截断问题
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import {cutOrgNamePath} from "@/utils/tools.js";
|
||||
export default {
|
||||
props:{
|
||||
data:{
|
||||
@@ -63,7 +64,7 @@
|
||||
if(this.data.avatar && this.data.avatar!=''){
|
||||
this.userAvatar=this.data.avatar;
|
||||
}
|
||||
this.userInfo=this.data.info;
|
||||
this.userInfo=cutOrgNamePath(this.data.info);
|
||||
this.usersex=this.data.sex
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user