Browse Source

在部门参照中展示组织

002390 1 year ago
parent
commit
a58f9ba9be
1 changed files with 6 additions and 2 deletions
  1. 6 2
      src/components/popover-select/components/DEPT_PARAM.js

+ 6 - 2
src/components/popover-select/components/DEPT_PARAM.js

@@ -1,10 +1,14 @@
 export default [
+  // {
+  //   item: { key: "code", title: "编码" , width: "auto"},
+  //   attr: {},
+  // },
   {
-    item: { key: "code", title: "编码" , width: "auto"},
+    item: { key: "orgName", title: "组织" , width: "auto"},
     attr: {},
   },
   {
-    item: { key: "name", title: "名称" , width: "auto"},
+    item: { key: "name", title: "部门名称" , width: "auto"},
     attr: {},
   },
 ];