Browse Source

供应商业务联系人取消展示编码,添加展示电话

002390 2 years ago
parent
commit
7f5b2ad807
1 changed files with 10 additions and 4 deletions
  1. 10 4
      src/components/popover-select/components/SUPPLIERCONTACTS_PARAM.js

+ 10 - 4
src/components/popover-select/components/SUPPLIERCONTACTS_PARAM.js

@@ -6,15 +6,21 @@ export default [
   //   type: "Input",
   //   type: "Input",
   //   search: true,
   //   search: true,
   // },
   // },
+  // {
+  //   key: "code",
+  //   title: "编码",
+  //   type: "Input",
+  //   search: true,
+  // },
   {
   {
-    key: "code",
-    title: "编码",
+    key: "name",
+    title: "名称",
     type: "Input",
     type: "Input",
     search: true,
     search: true,
   },
   },
   {
   {
-    key: "name",
-    title: "供应商联系人名称",
+    key: "cell",
+    title: "电话",
     type: "Input",
     type: "Input",
     search: true,
     search: true,
   },
   },