用户管理-增加组织机构搜索条件
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = {
|
||||
serialNumber: 'Number',
|
||||
userAccount: 'User Account',
|
||||
userName: 'User Name',
|
||||
Department: 'Department',
|
||||
department: 'Department',
|
||||
status: 'Status',
|
||||
Operation: 'Operation',
|
||||
aRcord: 'A Rcord',
|
||||
|
||||
@@ -59,8 +59,8 @@
|
||||
</a-col>
|
||||
<a-col :md="6" :sm="8">
|
||||
<div class="box-title-text">
|
||||
<div class="title-text" :title="$t('Theorganization')">
|
||||
<span>{{ $t('Theorganization') }}</span>
|
||||
<div class="title-text" :title="$t('department')">
|
||||
<span>{{ $t('department') }}</span>
|
||||
</div>
|
||||
<a-tree-select
|
||||
tree-node-filter-prop="title"
|
||||
@@ -69,9 +69,8 @@
|
||||
show-search
|
||||
:getPopupContainer="triggerNode=> triggerNode.parentNode"
|
||||
class="box-input"
|
||||
style="width: 100%"
|
||||
:tree-data="CategoryTreeList"
|
||||
:placeholder="$t('PleaseSelect')+$t('Theorganization')"
|
||||
:placeholder="$t('PleaseSelect')+$t('department')"
|
||||
/>
|
||||
<!-- <j-dict-select-tag class="box-input" v-model="queryParam.technologyTerritory"-->
|
||||
<!-- :placeholder="$t('PleaseSelect')+$t('technicalField')"-->
|
||||
|
||||
Reference in New Issue
Block a user