You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.9 KiB
58 lines
1.9 KiB
|
|
{label: '店铺id',
|
|
prop: 'shopId',
|
|
search: true
|
|
},{label: '店铺名称',prop: 'shopName',
|
|
search: true
|
|
},{label: '店长用户id',prop: 'userId',
|
|
search: true
|
|
},{label: '店铺类型',prop: 'shopType',
|
|
search: true
|
|
},{label: '店铺简介',prop: 'intro',
|
|
search: true
|
|
},{label: '店铺公告',prop: 'shopNotice',
|
|
search: true
|
|
},{label: '店铺行业',prop: 'shopIndustry',
|
|
search: true
|
|
},{label: '店长',prop: 'shopOwner',
|
|
search: true
|
|
},{label: '店铺绑定的手机',prop: 'mobile',
|
|
search: true
|
|
},{label: '店铺联系电话',prop: 'tel',
|
|
search: true
|
|
},{label: '店铺所在纬度',prop: 'shopLat',
|
|
search: true
|
|
},{label: '店铺所在经度',prop: 'shopLng',
|
|
search: true
|
|
},{label: '店铺详细地址',prop: 'shopAddress',
|
|
search: true
|
|
},{label: '店铺所在省份',prop: 'province',
|
|
search: true
|
|
},{label: '店铺所在城市',prop: 'city',
|
|
search: true
|
|
},{label: '店铺所在区域',prop: 'area',
|
|
search: true
|
|
},{label: '店铺省市区代码',prop: 'pcaCode',
|
|
search: true
|
|
},{label: '店铺logo',prop: 'shopLogo',
|
|
search: true
|
|
},{label: '店铺相册',prop: 'shopPhotos',
|
|
search: true
|
|
},{label: '每天营业时间段',prop: 'openTime',
|
|
search: true
|
|
},{label: '店铺状态(-1:未开通 0: 停业中 1:营业中)',prop: 'shopStatus',
|
|
search: true
|
|
},{label: '0:商家承担运费 1:买家承担运费',prop: 'transportType',
|
|
search: true
|
|
},{label: '固定运费',prop: 'fixedFreight',
|
|
search: true
|
|
},{label: '满X包邮',prop: 'fullFreeShipping',
|
|
search: true
|
|
},{label: '创建时间',prop: 'createTime',
|
|
search: true
|
|
},{label: '更新时间',prop: 'updateTime',
|
|
search: true
|
|
},{label: '分销设置(0关闭 1开启)',prop: 'isDistribution',
|
|
search: true
|
|
}
|