Commit a849a9e9 authored by chenqikuai's avatar chenqikuai

2

parent 2f9344ca
......@@ -122,12 +122,6 @@ export default {
return '周一至周日'
}
},
filterLevel(level: eLevel) {
if (level === eLevel.firstLevel_branch) return '一级分行'
else if (level === eLevel.secondary_branch) return '二级分行'
if (level === eLevel.firstLevel_sub_branch) return '一级支行'
else if (level === eLevel.secondary_sub_branch) return '二级支行'
},
} as {
[key: string]: (...args: any) => any
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment