feat: connect comprehensive profile and stored value payment
This commit is contained in:
@@ -52,7 +52,9 @@ const businessOptions = [
|
||||
{ label: '全部', value: '' },
|
||||
{ label: '课程', value: 'course' },
|
||||
{ label: '包场', value: 'private_booking' },
|
||||
{ label: '门票', value: 'ticket' }
|
||||
{ label: '门票', value: 'ticket' },
|
||||
{ label: '会员卡', value: 'membership' },
|
||||
{ label: '储值卡', value: 'stored_value' }
|
||||
]
|
||||
|
||||
const statusOptions = [
|
||||
|
||||
Reference in New Issue
Block a user