部分问题修改
parent
5d759699a4
commit
6edca604b2
|
@ -61,8 +61,9 @@
|
|||
<el-submenu index="4" class="my_info">
|
||||
<span slot="title">
|
||||
<i class="el-icon-s-custom" />
|
||||
<span>{{ userName }}</span>
|
||||
<span v="userTypeShortName">({{ userTypeShortName }})</span>
|
||||
{{ `${name} (${userTypeShortName})` }}
|
||||
<!-- <span>{{ userName }}</span>
|
||||
<span v="userTypeShortName">({{ userTypeShortName }})</span> -->
|
||||
</span>
|
||||
<!-- 账户信息 -->
|
||||
<el-menu-item v-if="!hasPermi(['role:air'])" index="4-2">{{
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<el-descriptions-item
|
||||
:label="$t('trials:trials-list:table:durationAuthorized')"
|
||||
>
|
||||
{{ trialInfo.AuthorizationYear }}
|
||||
{{ trialInfo.AuthorizationYear }}年
|
||||
</el-descriptions-item>
|
||||
<!--授权日期-->
|
||||
<el-descriptions-item
|
||||
|
|
Loading…
Reference in New Issue