소스 검색
【商家】 ===》 【门店管理】 修改列表的数据
wangn
5 년 전
|
|
@@ -47,35 +47,37 @@
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'name',
|
|
|
+ prop: 'merchantName',
|
|
|
label: '商家',
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'shopProvince',
|
|
|
+ prop: 'province',
|
|
|
label: '省',
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'shopCity',
|
|
|
+ prop: 'city',
|
|
|
label: '市',
|
|
|
align: 'center',
|
|
|
emptyText: '无'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'shopDist',
|
|
|
+ prop: 'dist',
|
|
|
label: '区',
|
|
|
align: 'center',
|
|
|
emptyText: '无'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'gatheringCode',
|
|
|
- label: '收款二维码',
|
|
|
+ prop: 'fullAddress',
|
|
|
+ label: '地址',
|
|
|
align: 'center',
|
|
|
+ emptyText: '无',
|
|
|
+ width: '270'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'applyCode',
|
|
|
- label: '会员申请码',
|
|
|
+ prop: 'gatheringCode',
|
|
|
+ label: '收款二维码',
|
|
|
align: 'center',
|
|
|
}
|
|
|
],
|