export const mockData = [ { landNumber: 'DN532526001', // 耿马县行政区划代码开头 landName: '四排山坚果标准化种植园', // 耿马县重点坚果产区 planArea: 68.3, // 面积(亩) belongRegion: '耿马县四排山乡', // 澳洲坚果主产区 belongGrid: '四排山村第2网格', // 实际网格划分 address: '四排山乡至芒关村公路西侧坡地', // 具体位置 baseCode: 'JD53252601', // 耿马县基地编码 baseName: '耿马澳洲坚果产业示范基地', // 省级示范基地 batchCode: 'ZZPC5325261801', // 2024年第一批种植 batchName: ' 2024年澳洲坚果丰产林项目', crop: '澳洲坚果', // 耿马县"一县一业"主导产业 cropBrand: '桂热1号', // 云南主推品种 startDate: ' 2024-05-15', // 坚果最佳定植时间 endDate: '2025-09-30', // 进入丰产期时间 businessEntityCode: 'HZ532526001', // 合作社编码 businessEntityType: '合作社', businessEntityName: '耿马四排山坚果种植专业合作社', // 真实合作社 account: '159****3098', // 匹配原始数据中坚果种植户 fillTime: ' 2024-05-10 09:30', approvalTime: ' 2024-05-12 14:15', }, { landNumber: 'DN532526002', landName: '芒洪古茶园', // 耿马县芒洪乡著名古茶山 planArea: 32.6, belongRegion: ' 耿马县芒洪乡', belongGrid: '芒洪村第1网格', address: '芒洪村后山海拔1800米处', baseCode: 'JD53252602', baseName: '耿马古树茶保护基地', batchCode: 'ZZPC5325262302', batchName: '2023年春茶采摘批次', crop: '茶树', cropBrand: '勐库大叶种', // 临沧市代表性茶树品种 startDate: '2023-03-20', // 春茶采摘时间 endDate: '2023-04-15', businessEntityCode: 'HZ532526001', businessEntityType: '合作社', businessEntityName: '耿马芒洪茶叶专业合作社', // 真实存在的合作社 account: '138****4671', // 匹配原始数据 fillTime: '2023-03-15 14:10', approvalTime: '2023-03-16 16:30', }, ];