[fix 82928] 会议报名非打包企业缴费方式不能选择打包
This commit is contained in:
@@ -55,4 +55,11 @@ export const IncomeMethod = {
|
||||
export const YesOrNoEnums = {
|
||||
yes: { name: '是', value: '1'},
|
||||
no: { name: '否', value: '0'},
|
||||
}
|
||||
|
||||
// 缴费方式
|
||||
export const PayMode = {
|
||||
remittance: { name: '汇款', value: 1 },
|
||||
onSitePayment: { name: '现场缴费', value: 2 },
|
||||
pack: { name: '打包', value: 3 },
|
||||
}
|
||||
Reference in New Issue
Block a user