部分问题修改

main
wangxiaoshuang 2024-04-16 09:15:32 +08:00
parent 5d759699a4
commit 6edca604b2
2 changed files with 4 additions and 3 deletions

View File

@ -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">{{

View File

@ -89,7 +89,7 @@
<el-descriptions-item
:label="$t('trials:trials-list:table:durationAuthorized')"
>
{{ trialInfo.AuthorizationYear }}
{{ trialInfo.AuthorizationYear }}
</el-descriptions-item>
<!--授权日期-->
<el-descriptions-item