瀏覽代碼

在部门参照中展示组织

002390 1 年之前
父節點
當前提交
a58f9ba9be
共有 1 個文件被更改,包括 6 次插入2 次删除
  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 [
 export default [
+  // {
+  //   item: { key: "code", title: "编码" , width: "auto"},
+  //   attr: {},
+  // },
   {
   {
-    item: { key: "code", title: "编码" , width: "auto"},
+    item: { key: "orgName", title: "组织" , width: "auto"},
     attr: {},
     attr: {},
   },
   },
   {
   {
-    item: { key: "name", title: "名称" , width: "auto"},
+    item: { key: "name", title: "部门名称" , width: "auto"},
     attr: {},
     attr: {},
   },
   },
 ];
 ];