人员管理添加人员查询条件变更
parent
cb35cfd173
commit
f0c3b206bb
|
@ -3,7 +3,7 @@
|
||||||
<div class="leftMenu">
|
<div class="leftMenu">
|
||||||
<img v-if="language === 'zh'" src="@/assets/zzlogo2.png" alt="" />
|
<img v-if="language === 'zh'" src="@/assets/zzlogo2.png" alt="" />
|
||||||
<img v-else src="@/assets/zzlogo3.png" alt="" />
|
<img v-else src="@/assets/zzlogo3.png" alt="" />
|
||||||
<span>
|
<span style="white-space:nowrap;">
|
||||||
<!-- 中心影像系统(EICS) -->
|
<!-- 中心影像系统(EICS) -->
|
||||||
{{ $t("trials:trials:title:eics") }}
|
{{ $t("trials:trials:title:eics") }}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
v-for="item in userTypeOptions"
|
v-for="item in userTypeOptions"
|
||||||
:key="item.Id"
|
:key="item.Id"
|
||||||
:label="item.UserTypeShortName"
|
:label="item.UserTypeShortName"
|
||||||
:value="item.Id"
|
:value="item.UserTypeEnum"
|
||||||
>
|
>
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
|
|
Loading…
Reference in New Issue