Browse Source

营销-增加供应商参照。

DongZ 1 year ago
parent
commit
b5fe1c5a36
1 changed files with 18 additions and 0 deletions
  1. 18 0
      src/components/popover-select/components/MKRIVAL_PARAM.js

+ 18 - 0
src/components/popover-select/components/MKRIVAL_PARAM.js

@@ -0,0 +1,18 @@
+// 供应商参照
+export default [{
+    item: {
+      key: "code",
+      title: "编码",
+      width: "auto"
+    },
+    attr: {},
+  },
+  {
+    item: {
+      key: "name",
+      title: "名称",
+      width: "auto"
+    },
+    attr: {},
+  },
+];