工作台代码提交

This commit is contained in:
2025-11-09 17:33:32 +08:00
parent 0d38e006e1
commit 639f92540f
27 changed files with 1257 additions and 27 deletions

View File

@@ -11,4 +11,9 @@ export const getRechargeOperateWay = (num) => {
export const feeType = ['华昌宝能收费', "物业代收1", "物业代收2", "物业代收线损"]
export const meterType = ['商户电表', '园区电表', '公摊电表']
export const meterType = ['商户电表', '园区电表', '公摊电表']
export const noticeFlowType = ['拆表', '装表', '开户', "解绑", "绑定"]
export const noticeFlowStatus = ["已确认", "待确认"]
export const meterMode = ["预付费", "强控", "临时强控"]