+
+
+
+
+
@@ -15,9 +20,10 @@
{{ item.realname }}
-
+
{{ item.orgCodeTxt }}
+
@@ -166,10 +172,16 @@
diff --git a/src/components/Form/src/jeecg/components/userSelect/UserListAndDepart.vue b/src/components/Form/src/jeecg/components/userSelect/UserListAndDepart.vue
index a37a7f4..36b0549 100644
--- a/src/components/Form/src/jeecg/components/userSelect/UserListAndDepart.vue
+++ b/src/components/Form/src/jeecg/components/userSelect/UserListAndDepart.vue
@@ -12,6 +12,9 @@
v-model:expandedKeys="expandedKeys"
@select="onSelect"
>
+
+ {{ title }}
+
@@ -27,11 +30,13 @@
import { defHttp } from '/@/utils/http/axios';
import { computed, ref, watch } from 'vue';
import UserList from './UserList.vue';
+ import { FolderFilled } from '@ant-design/icons-vue';
export default {
name: 'DepartUserList',
components: {
UserList,
+ FolderFilled
},
props: {
searchText: {
diff --git a/src/components/Form/src/jeecg/components/userSelect/UserListAndRole.vue b/src/components/Form/src/jeecg/components/userSelect/UserListAndRole.vue
index 0424d66..25737b8 100644
--- a/src/components/Form/src/jeecg/components/userSelect/UserListAndRole.vue
+++ b/src/components/Form/src/jeecg/components/userSelect/UserListAndRole.vue
@@ -2,7 +2,11 @@