From 131102130c5b7322a9b047180203d146228ded05 Mon Sep 17 00:00:00 2001 From: "271556543@qq.com" <271556543@qq.com> Date: Fri, 19 Aug 2022 17:18:45 +0800 Subject: [PATCH] 2022-8-19 --- src/views/business/merchantManage.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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",