[update] 标协会员-会员管理,以及其他资料维护
This commit is contained in:
@@ -36,3 +36,17 @@ export const LinkTopicsEnums = {
|
||||
default: {name: '焦点论坛(默认专题)', index: 99}
|
||||
}
|
||||
|
||||
// 会员性质
|
||||
export const MemberNature = {
|
||||
viceChairmanUnit: { name: '副理事长单位', value: '1'},
|
||||
governingUnit: { name: '理事单位', value: '2'},
|
||||
memberUnit: { name: '会员单位', value: '3'},
|
||||
}
|
||||
|
||||
// 来款方式
|
||||
export const IncomeMethod = {
|
||||
notHave: { name: '无', value: '1'},
|
||||
contract: { name: '合同', value: '2'},
|
||||
noticeOfCharge: { name: '收费通知', value: '3'},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user