Commit b90dec60167e6d5046ef71526e0b84aae7b610b3

Authored by 莫红玲
1 parent 30e8d7ce

fix(oop): 门店业态展示优化

src/pages/oop/Dealer/Shop/config.tsx
... ... @@ -6,6 +6,7 @@ const SHOP_TYPE: Record<number, string> = {
6 6 5: '交付中心',
7 7 6: '配件库房',
8 8 7: '新车库房',
  9 + 8: '二网库房',
9 10 };
10 11  
11 12 export const bizTypeList = [
... ...