|
|
|
@ -69,7 +69,7 @@ export default {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
prop:"address",
|
|
|
|
prop:"address",
|
|
|
|
label:"地址",
|
|
|
|
label:"地址",
|
|
|
|
width: 300,
|
|
|
|
minWidth: 320,
|
|
|
|
align:'left'
|
|
|
|
align:'left'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
@ -93,9 +93,16 @@ export default {
|
|
|
|
width: 150
|
|
|
|
width: 150
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
prop:"shops_count",
|
|
|
|
prop:"shops_num",
|
|
|
|
label:"门店数",
|
|
|
|
label:"门店数",
|
|
|
|
width: 100
|
|
|
|
width: 100,
|
|
|
|
|
|
|
|
formatter:(cell,data,value)=>{
|
|
|
|
|
|
|
|
if(value){
|
|
|
|
|
|
|
|
return value
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
|
|
|
return 0
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
prop:"state",
|
|
|
|
prop:"state",
|
|
|
|
|