修复:商户后台 - 基本设置 商户基本信息显示错误

This commit is contained in:
wuhui_zzw 2024-04-10 15:51:34 +08:00
parent 78fb696e0f
commit aa142efef1
1 changed files with 2 additions and 1 deletions

View File

@ -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: {