Commit 039fbfb0 authored by guang.wu's avatar guang.wu

fix: 添加状态

parent a4757a83
...@@ -9,7 +9,8 @@ export const payStateEnum = { ...@@ -9,7 +9,8 @@ export const payStateEnum = {
3: { text: '已通过' }, 3: { text: '已通过' },
4: { text: '待打款' }, 4: { text: '待打款' },
5: { text: '已打款' }, 5: { text: '已打款' },
6: { text: '打款中' }, 6: { text: '付款中(OA中)' },
7: { text: '付款中(已OA)' },
}; };
export const orderStateNum = { export const orderStateNum = {
......
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