修正 【营销系统-立减金】用户每天领取个数提交字段错误
This commit is contained in:
parent
52403cd350
commit
4f0ab3b5bc
|
@ -43,7 +43,7 @@ const receiveTypeList = [
|
||||||
{ key: 'all', text: '总共' },
|
{ key: 'all', text: '总共' },
|
||||||
{ key: 'month', text: '每月' },
|
{ key: 'month', text: '每月' },
|
||||||
{ key: 'week', text: '每周' },
|
{ key: 'week', text: '每周' },
|
||||||
{ key: 'dey', text: '每天' }
|
{ key: 'day', text: '每天' }
|
||||||
]
|
]
|
||||||
//预警百分比
|
//预警百分比
|
||||||
const earlyPerList = ['70', '50', '30', '20']
|
const earlyPerList = ['70', '50', '30', '20']
|
||||||
|
|
Loading…
Reference in New Issue