【桂冠建议书标识】--- pdf加方法

This commit is contained in:
dwq
2021-08-23 16:05:25 +08:00
parent d532c8babc
commit 05bc5dfd25

View File

@@ -117,6 +117,30 @@ export default {
})
share()
}
},
memberConversion(status) {
let text
switch (status) {
case '01':
text = '正式会员'
break
case '02':
text = '铜牌会员'
break
case '03':
text = '银牌会员'
break
case '04':
text = '金牌会员'
break
case '05':
text = '白金会员'
break
case '06':
text = '终身会员'
break
}
return text
}
}
}