export const config = [ { name: '打卡水印', type: '0', thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/1.png' }, { name: '巡查水印', type: '1', thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/3.png' }, { name: '时间地点水印', type: '2', thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/2.png' }, { name: '标题水印', type: '3', thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/6.png' }, { name: '防疫水印', type: '4', thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/4.png' }, { name: '网格化水印', type: '5', thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/5.png' }, { name: '环境卫生水印', type: '6', thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/7.png' }, { name: '日历水印', type: '7', thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/8.png' }, // { // name: '自定义水印', // type: '9', // thum: 'https://cdn.cunwuyun.cn/dvcp/h5/watermark/1.png' // } ] export const mapFieldLable = type => { return { 0: '时间', 1: '日期', 2: '天气', 3: '地点', 4: '备注', 5: '标题', 6: '巡检人', 7: '巡查事项', 8: '工作主题', 9: '网格员', 10: '网格名称', 11: '服务对象', 12: '工作纪实', 13: '日历', 14: '拍摄人', 15: '经纬度', 16: '自定义文字', 17: '大标题', 18: '小标题', 19: '汇报人', 20: '汇报单位', 21: '颜色设置', 22: '工作单位', 23: '巡查地点', 24: '巡查人', 25: '巡查情况', 26: '主持人', 27: '记录人', 28: '参与人', 29: '会议地点', 30: '会议主题', 31: '会议内容', 32: '总结', }[type] }