用户管理-增加组织机构搜索条件

This commit is contained in:
zyx.net
2022-07-22 15:43:42 +08:00
parent 72aed53126
commit 52e3945af5
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -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',
+3 -4
View File
@@ -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')"-->