update 工作组-增加是否收费相关功能
This commit is contained in:
@@ -50,3 +50,8 @@ export const IncomeMethod = {
|
||||
noticeOfCharge: { name: '收费通知', value: '3'},
|
||||
}
|
||||
|
||||
// 是否
|
||||
export const YesOrNoEnums = {
|
||||
yes: { name: '是', value: '1'},
|
||||
no: { name: '否', value: '0'},
|
||||
}
|
||||
Reference in New Issue
Block a user