update 工作组-增加是否收费相关功能

This commit is contained in:
danshihao
2024-03-05 17:47:14 +08:00
parent 9785b08a13
commit 3bc7a8b081
4 changed files with 283 additions and 251 deletions
+5
View File
@@ -50,3 +50,8 @@ export const IncomeMethod = {
noticeOfCharge: { name: '收费通知', value: '3'},
}
// 是否
export const YesOrNoEnums = {
yes: { name: '是', value: '1'},
no: { name: '否', value: '0'},
}