diff --git a/src/views/business/merchantManage.vue b/src/views/business/merchantManage.vue index 5583ead..2f90ed8 100644 --- a/src/views/business/merchantManage.vue +++ b/src/views/business/merchantManage.vue @@ -69,7 +69,7 @@ export default { { prop:"address", label:"地址", - width: 300, + minWidth: 320, align:'left' }, { @@ -93,9 +93,16 @@ export default { width: 150 }, { - prop:"shops_count", + prop:"shops_num", label:"门店数", - width: 100 + width: 100, + formatter:(cell,data,value)=>{ + if(value){ + return value + }else{ + return 0 + } + } }, { prop:"state",