From aa142efef190890baf3642860f5111587772d812 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Wed, 10 Apr 2024 15:51:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=95=86=E6=88=B7?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=20-=20=E5=9F=BA=E6=9C=AC=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=20=E5=95=86=E6=88=B7=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/systemForm/setSystem/modifyStoreInfo.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/systemForm/setSystem/modifyStoreInfo.vue b/src/views/systemForm/setSystem/modifyStoreInfo.vue index 319c613..1ad2d54 100644 --- a/src/views/systemForm/setSystem/modifyStoreInfo.vue +++ b/src/views/systemForm/setSystem/modifyStoreInfo.vue @@ -570,11 +570,12 @@ export default { }, typeText() { const type = this.config.merchant_type || 0 + // 商户类别:0=普通商户,1=酒道馆,2=供应商 if (type == 1) return '酒道馆' else if (type == 2) return '供应商' else if (type == 3) return '烟酒店' - else '商户' + else return '商户' } }, watch: {