[update] 会员管理-成员维护
This commit is contained in:
@@ -45,9 +45,9 @@ export const MemberNature = {
|
||||
|
||||
// 来款方式
|
||||
export const IncomeMethod = {
|
||||
notHave: { name: '无', value: '1'},
|
||||
contract: { name: '合同', value: '2'},
|
||||
noticeOfCharge: { name: '收费通知', value: '3'},
|
||||
notHave: { name: '无', value: 1},
|
||||
contract: { name: '合同', value: 2},
|
||||
noticeOfCharge: { name: '收费通知', value: 3},
|
||||
}
|
||||
|
||||
// 是否
|
||||
|
||||
Reference in New Issue
Block a user