dictionaries.js 146 Bytes
export const receiveWay = [//领取方式 1-在线领取 2-人工发放
    {id: 1, value: '在线领取'},
    {id: 2, value: '人工发放'}
]