机构名称显示问题,我的U币,排行,使用了同一方法

This commit is contained in:
daihh
2022-10-20 09:53:15 +08:00
parent d8e3189103
commit d1cf8f2d21
3 changed files with 12 additions and 11 deletions

View File

@@ -115,7 +115,7 @@
:sex="currentUserRankingData.authorInfo.sex"></author-img> <span
style="color: #0059FF;">{{currentUserRankingData.authorInfo.name}}</span>
</div>
<div class="bm tab-bm" style="margin-left:30px;color: #0059FF;">{{currentUserRankingData.authorInfo.orgInfo}}
<div class="bm tab-bm" style="margin-left:30px;color: #0059FF;">{{cutOrgNamePath(currentUserRankingData.authorInfo.orgInfo)}}
</div>
<div class="jy tab-jy">
<div v-if="cycle == 'total'" style="font-size: 18px;color: #333333;font-weight: 600;color: #0059FF;">{{currentUserRankingData.total}}</div>
@@ -195,6 +195,7 @@
import authorImg from '@/components/Portal/authorImg.vue';
import author from '@/components/Portal/authorInfo.vue';
import apiUser from "@/api/system/user.js";
import {cutOrgNamePath} from "@/utils/tools.js";
import * as echarts from 'echarts'
import {
translate,
@@ -211,6 +212,7 @@
},
data() {
return {
cutOrgNamePath:cutOrgNamePath,
chatData:[],
isShowChart:false,
current: {