mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 09:56:45 +08:00
排行榜组织机构去掉括号
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<view class="table-cell-tow">
|
||||
<author-img :avatar="exper.authorInfo.avatar" :sex="exper.authorInfo.sex"></author-img>
|
||||
<text class="table-cell-tow-name">{{exper.authorInfo.name}}</text>
|
||||
<text class="table-cell-tow-org">({{cutOrgNamePath(exper.authorInfo.orgInfo)}})</text>
|
||||
<text class="table-cell-tow-org">{{cutOrgNamePath(exper.authorInfo.orgInfo)}}</text>
|
||||
</view>
|
||||
<view class="table-cell-three">{{exper.total}}</view>
|
||||
</view>
|
||||
@@ -50,7 +50,7 @@
|
||||
<author-img :avatar="userInfo.avatar" :sex="userInfo.sex"></author-img>
|
||||
<!-- <image style="width: 80upx;height:80upx;vertical-align: middle;" src="../../static/images/woman.png" mode=""></image> -->
|
||||
<text class="table-cell-tow-name" style="color:#326DFF">{{userInfo.name}}</text>
|
||||
<text class="table-cell-tow-org" style="color:#326DFF">({{cutOrgNamePath(userInfo.departFullName)}})</text>
|
||||
<text class="table-cell-tow-org" style="color:#326DFF">{{cutOrgNamePath(userInfo.departFullName)}}</text>
|
||||
</view>
|
||||
<view class="table-cell-three" style="color:#326DFF">{{experience.data.total}}</view>
|
||||
</view>
|
||||
@@ -77,7 +77,7 @@
|
||||
<view class="table-cell-tow">
|
||||
<author-img :avatar="learning.authorInfo.avatar" :sex="learning.authorInfo.sex"></author-img>
|
||||
<text class="table-cell-tow-name">{{learning.authorInfo.name}}</text>
|
||||
<text class="table-cell-tow-org">({{cutOrgNamePath(learning.authorInfo.orgInfo)}})</text>
|
||||
<text class="table-cell-tow-org">{{cutOrgNamePath(learning.authorInfo.orgInfo)}}</text>
|
||||
</view>
|
||||
<view class="table-cell-three">{{formatSecondToHour(learning.total)}}</view>
|
||||
</view>
|
||||
@@ -94,7 +94,7 @@
|
||||
<author-img :avatar="userInfo.avatar" :sex="userInfo.sex"></author-img>
|
||||
<!-- <image style="width: 80upx;height:80upx;vertical-align: middle;" src="../../static/images/woman.png" mode=""></image> -->
|
||||
<text class="table-cell-tow-name" style="color:#326DFF">{{userInfo.name}}</text>
|
||||
<text class="table-cell-tow-org" style="color:#326DFF">({{cutOrgNamePath(userInfo.departFullName)}})</text>
|
||||
<text class="table-cell-tow-org" style="color:#326DFF">{{cutOrgNamePath(userInfo.departFullName)}}</text>
|
||||
</view>
|
||||
<view class="table-cell-three" style="color:#326DFF">{{formatSecondToHour(learningDuration.data.total)}}</view>
|
||||
</view>
|
||||
@@ -121,7 +121,7 @@
|
||||
<view class="table-cell-tow">
|
||||
<author-img :avatar="days.authorInfo.avatar" :sex="days.authorInfo.sex"></author-img>
|
||||
<text class="table-cell-tow-name">{{days.authorInfo.name}}</text>
|
||||
<text class="table-cell-tow-org">({{cutOrgNamePath(days.authorInfo.orgInfo)}})</text>
|
||||
<text class="table-cell-tow-org">{{cutOrgNamePath(days.authorInfo.orgInfo)}}</text>
|
||||
</view>
|
||||
<view class="table-cell-three">{{days.total}}</view>
|
||||
</view>
|
||||
@@ -137,7 +137,7 @@
|
||||
<view class="table-cell-tow">
|
||||
<author-img :avatar="userInfo.avatar" :sex="userInfo.sex"></author-img>
|
||||
<text class="table-cell-tow-name" style="color:#326DFF">{{userInfo.name}}</text>
|
||||
<text class="table-cell-tow-org" style="color:#326DFF">({{cutOrgNamePath(userInfo.departFullName)}})</text>
|
||||
<text class="table-cell-tow-org" style="color:#326DFF">{{cutOrgNamePath(userInfo.departFullName)}}</text>
|
||||
</view>
|
||||
<view class="table-cell-three" style="color:#326DFF">{{learningDays.data.total}}</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user