DongZ
1 år sedan
förälder
incheckning
b5fe1c5a36
|
@@ -0,0 +1,18 @@
|
|
|
+// 供应商参照
|
|
|
+export default [{
|
|
|
+ item: {
|
|
|
+ key: "code",
|
|
|
+ title: "编码",
|
|
|
+ width: "auto"
|
|
|
+ },
|
|
|
+ attr: {},
|
|
|
+ },
|
|
|
+ {
|
|
|
+ item: {
|
|
|
+ key: "name",
|
|
|
+ title: "名称",
|
|
|
+ width: "auto"
|
|
|
+ },
|
|
|
+ attr: {},
|
|
|
+ },
|
|
|
+];
|