修复:商户后台 - 基本设置 商户基本信息显示错误
This commit is contained in:
parent
78fb696e0f
commit
aa142efef1
|
|
@ -570,11 +570,12 @@ export default {
|
||||||
},
|
},
|
||||||
typeText() {
|
typeText() {
|
||||||
const type = this.config.merchant_type || 0
|
const type = this.config.merchant_type || 0
|
||||||
|
|
||||||
// 商户类别:0=普通商户,1=酒道馆,2=供应商
|
// 商户类别:0=普通商户,1=酒道馆,2=供应商
|
||||||
if (type == 1) return '酒道馆'
|
if (type == 1) return '酒道馆'
|
||||||
else if (type == 2) return '供应商'
|
else if (type == 2) return '供应商'
|
||||||
else if (type == 3) return '烟酒店'
|
else if (type == 3) return '烟酒店'
|
||||||
else '商户'
|
else return '商户'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue