修正 【营销系统-立减金】用户每天领取个数提交字段错误

This commit is contained in:
wangsongsole 2022-06-14 10:46:29 +08:00
parent 52403cd350
commit 4f0ab3b5bc
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ const receiveTypeList = [
{ key: 'all', text: '总共' },
{ key: 'month', text: '每月' },
{ key: 'week', text: '每周' },
{ key: 'dey', text: '每天' }
{ key: 'day', text: '每天' }
]
//
const earlyPerList = ['70', '50', '30', '20']