Commit 431e712e authored by guang.wu's avatar guang.wu

feat: 添加结算模式

parent a722eb43
...@@ -4,7 +4,8 @@ import { Button } from 'antd'; ...@@ -4,7 +4,8 @@ import { Button } from 'antd';
export const dateStateEnum = { export const dateStateEnum = {
1: { text: '一周', maxlength: 8 }, 1: { text: '一周', maxlength: 8 },
2: { text: '半个月', maxlength: 4 }, 2: { text: '半个月', maxlength: 4 },
3: { text: ' 一个月', maxlength: 2 }, 3: { text: '一个月', maxlength: 2 },
4: { text: '日结', maxlength: 10 },
}; };
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