修改错误字段

This commit is contained in:
wangsongsole 2022-06-13 14:00:21 +08:00
parent f4c1e87bea
commit 5d78abd9d5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const cardTypeList = [
const receiveTypeList = [
{ key: 'all', text: '总共' },
{ key: 'moth', text: '每月' },
{ key: 'month', text: '每月' },
{ key: 'week', text: '每周' },
{ key: 'dey', text: '每天' }
]