Commit a1039650 authored by guang.wu's avatar guang.wu

fix: 修改pop归属值

parent 79830807
...@@ -40,7 +40,10 @@ export const businessModel = [ ...@@ -40,7 +40,10 @@ export const businessModel = [
]; ];
// POP归属 // POP归属
export const POPModel = [{ label: '自营店铺', value: 1 }, { label: '大兴吉石', value: 2 }]; export const POPModel = [
{ label: '自营店铺', value: 560761 },
{ label: '大兴吉石', value: 1000020 },
];
export const signDateTypeList = [{ label: '自商品售卖起默认一年', value: 1 }]; export const signDateTypeList = [{ label: '自商品售卖起默认一年', value: 1 }];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment