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