外卖商家入驻选择类目(JS数组)

let columns = [
    {
        text: '美食',
        children: [
            {
                text: '快餐简餐',
                children: [{text: '意面披萨'}, {text: '汉堡'}, {text: '鸡肉卷'},
                    {text: '牛排'}, {text: '三明治'}, {text: '轻食/沙拉/健康餐'},
                    {text: '咖喱饭'}, {text: '日式便当/日本寿司'}, {text: '石锅拌饭/铁板饭/板烧饭'},
                    {text: '紫菜包饭'}, {text: '烤肉拌饭'}, {text: '麻辣烫/关东煮'}, {text: '冒菜'}
                    , {text: '盖浇饭'}, {text: '黄焖鸡米饭'}, {text: '煲仔饭'}, {text: '鸡公煲'}
                    , {text: '沙县小吃'}, {text: '木桶饭'}, {text: '猪脚饭'}, {text: '排骨米饭'}, {text: '蒸鸡/滋补鸡'}
                    , {text: '酸菜鱼/水煮鱼'}, {text: '炒饭'}, {text: '其他饭类套餐'}, {text: '饺子'}, {text: '粥店'}
                    , {text: '锅贴/煎饺'}, {text: '馄饨'}, {text: '包子/生煎'}, {text: '煎饼果子/卷饼/手抓饼'}
                    , {text: '烧饼/馅饼'}, {text: '锅盔'}, {text: '肉夹馍'}, {text: '驴肉火烧'}, {text: '凉皮/凉粉/擀面皮'}
                    , {text: '肠粉'}, {text: '羊汤/牛肉汤'}, {text: '鸭血粉丝汤'}, {text: '泡馍'}, {text: '胡辣汤'}
                    , {text: '砂锅'}, {text: '瓦罐'}, {text: '豆浆/油条'}, {text: '米粉/米线'}, {text: '花甲粉'}
                    , {text: '螺蛳粉'}, {text: '其他粉汤店'}, {text: '热干面'}, {text: '日式拉面'}, {text: '中式拉面'}
                    , {text: '刀削面'}, {text: '重庆小面'}, {text: '炸酱面'}, {text: '焖面'}, {text: '烩面'}
                    , {text: '烧面/炒饼'}, {text: '其他面馆'}],
            },
            {
                text: '小吃',
                children: [{text: '炸物类小吃'}, {text: '卤味类小吃'}, {text: '烤物类小吃'}, {text: '卤煮类小吃'}
                    , {text: '炒货类小吃'}, {text: '冷串类小吃'}, {text: '其他小吃'}],
            },
            {
                text: '中式菜肴',
                children: [{text: '北京菜'}, {text: '本帮江浙菜'}, {text: '川菜'}, {text: '湘菜'}, {text: '云南菜'}
                    , {text: '贵州菜'}, {text: '西北菜'}, {text: '东北菜'}, {text: '湖北菜'}, {text: '台湾菜'}
                    , {text: '粤菜'}, {text: '港菜/茶餐厅'}, {text: '新疆菜'}, {text: '鲁菜'}, {text: '闽菜'}
                    , {text: '江西菜'}, {text: '徽菜'}, {text: '其他地方菜'}, {text: '海鲜'}, {text: '小龙虾'}
                    , {text: '创意/概念菜'}, {text: '素食'}, {text: '清真菜'}, {text: '农家菜/家常菜'}, {text: '焖锅'}
                    , {text: '烤鱼'}, {text: '麻辣香锅'}, {text: '干锅'}, {text: '烧烤'}],
            },
            {
                text: '全球美食',
                children: [{text: '新加坡菜'}, {text: '泰国菜'}, {text: '印度菜'}, {text: '越南菜'}, {text: '马来西亚菜'}
                    , {text: '其他东南亚菜'}, {text: '法国菜'}, {text: '巴西菜'}, {text: '意大利菜'}, {text: '中亚/中东菜'}
                    , {text: '俄罗斯菜'}, {text: '西班牙菜'}, {text: '其他西餐'}, {text: '墨西哥菜'}, {text: '日本料理'}
                    , {text: '韩国料理'}],
            },
            {
                text: '火锅',
                children: [{text: '串串香'}, {text: '川渝火锅'}, {text: '云贵火锅'}, {text: '老北京火锅'}, {text: '港式火锅/打边炉'}
                    , {text: '鱼火锅'}, {text: '羊蝎子火锅'}, {text: '豆捞火锅'}, {text: '小火锅'}, {text: '其他火锅'}
                    , {text: '潮汕火锅'}],
            },
        ],
    },
    {
        text: '甜点',
        children: [
            {
                text: '西式点心',
                children:[{text: ''}]
            },
            {
                text: '生日蛋糕',
                children:[{text: ''}]
            },
            {
                text: '中式糕点',
                children:[{text: ''}]
            },
            {
                text: '冰凉甜点',
                children:[{text: ''}]
            },
            {
                text: '水果捞',
                children:[{text: ''}]
            },
            {
                text: '其他甜点',
                children:[{text: ''}]
            },
        ],
    },
    {
        text: '饮品',
        children: [
            {
                text: '咖啡',
                children:[{text: ''}]
            },
            {
                text: '茶饮',
                children:[{text: ''}]
            },
            {
                text: '奶茶',
                children:[{text: ''}]
            },
            {
                text: '果汁',
                children:[{text: ''}]
            },
            {
                text: '其他饮品',
                children:[{text: ''}]
            }
        ],
    },
    {
        text: '水果',
        children: [
            {
                text: '整装水果店',
                children:[{text: ''}]
            },
            {
                text: '鲜切水果/果捞店',
                children:[{text: ''}]
            }
        ],
    },
    {
        text: '食材',
        children: [
            {
                text: '菜市场',
                children:[{text: ''}]
            },
            {
                text: '综合生鲜果蔬超市',
                children:[{text: ''}]
            },
            {
                text: '火锅专营',
                children:[{text: ''}]
            },
            {
                text: '前置仓',
                children:[{text: ''}]
            },
            {
                text: '肉禽店',
                children:[{text: ''}]
            },
            {
                text: '海鲜/水产店',
                children:[{text: ''}]
            }
        ],
    },
    {
        text: '母婴',
        children: [
            {
                text: '婴童服饰鞋帽店',
                children:[{text: ''}]
            },
            {
                text: '玩具/童车/模型店',
                children:[{text: ''}]
            },
            {
                text: '综合母婴店',
                children:[{text: ''}]
            }
        ],
    },
    {
        text: '宠物',
        children: [
            {
                text: '宠物食品/用品店',
                children:[{text: ''}]
            }
        ],
    },
    {
        text: '超市便利',
        children: [
            {
                text: '大型超市',
                children:[{text: ''}]
            },
            {
                text: '小型超市',
                children:[{text: ''}]
            }
            ,
            {
                text: '便利店',
                children:[{text: ''}]
            }
        ],
    },
    {
        text: '食品专营',
        children: [
            {
                text: '酒水饮料',
                children:[{text: ''}]
            },
            {
                text: '零食/干果店',
                children:[{text: ''}]
            },
            {
                text: '地方特产店',
                children:[{text: ''}]
            },
            {
                text: '进口食品商店/超市',
                children:[{text: ''}]
            },
            {
                text: '粮油调味店',
                children:[{text: ''}]
            },
            {
                text: '茶行',
                children:[{text: ''}]
            },
            {
                text: '水站',
                children:[{text: ''}]
            },
            {
                text: '奶站',
                children:[{text: ''}]
            }

        ],
    },
    {
        text: '日用百货',
        children: [
            {
                text: '五金日用店',
                children:[{text: ''}]
            },
            {
                text: '文具店',
                children:[{text: ''}]
            },
            {
                text: '书店',
                children:[{text: ''}]
            },
            {
                text: '餐具饰品店',
                children:[{text: ''}]
            },
            {
                text: '家居饰品店',
                children:[{text: ''}]
            },
            {
                text: '节庆用品/礼品店',
                children:[{text: ''}]
            },
            {
                text: '电子用品店',
                children:[{text: ''}]
            },
            {
                text: '综合日用百货店',
                children:[{text: ''}]
            }
        ],
    },
    {
        text: '美妆日化',
        children: [
            {
                text: '护肤/美体/精油店',
                children:[{text: ''}]
            },
            {
                text: '美容美体仪器店',
                children:[{text: ''}]
            },
            {
                text: '香水店',
                children:[{text: ''}]
            },
            {
                text: '综合美妆日化店',
                children:[{text: ''}]
            }
        ],
    },
    {
        text: '服饰鞋帽',
        children: [
            {
                text: '体育用品店',
                children:[{text: ''}]
            },
            {
                text: '运动鞋/服店',
                children:[{text: ''}]
            },
            {
                text: '男装店',
                children:[{text: ''}]
            },
            {
                text: '女装/女士精品店',
                children:[{text: ''}]
            },
            {
                text: '男女鞋店',
                children:[{text: ''}]
            },
            {
                text: '内衣/家居服店',
                children:[{text: ''}]
            },
            {
                text: '服饰配件/皮带/帽子/围巾店',
                children:[{text: ''}]
            },
            {
                text: '综合服饰鞋帽店',
                children:[{text: ''}]
            }
        ],
    },
    {
        text: '医药健康',
        children: [
            {
                text: '综合药店',
                children:[{text: ''}]
            },
            {
                text: '眼镜店',
                children:[{text: ''}]
            },
            {
                text: '成人/情趣用品店',
                children:[{text: ''}]
            },
            {
                text: '营养保健品店',
                children:[{text: ''}]
            },
            {
                text: '医疗器械店',
                children:[{text: ''}]
            },
            {
                text: '中药店',
                children:[{text: ''}]
            }
        ],
    },
    {
        text: '鲜花绿植',
        children: [
            {
                text: '鲜花店',
                children:[{text: ''}]
            },
            {
                text: '综合鲜花绿植店',
                children:[{text: ''}]
            },
            {
                text: '绿植/园艺店',
                children:[{text: ''}]
            }
        ],
    },
];
export default columns;
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值