乡村相册 接口对接

This commit is contained in:
yanran200730
2022-05-19 14:43:42 +08:00
parent a718ef4273
commit e2fa55065e
9 changed files with 407 additions and 150 deletions

View File

@@ -45,3 +45,41 @@ export const config = [
// 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]
}