export const dataLx = { // 涉稳上访聚集 "2001": [ { label: "事件类别", prop: "xm", type: 'input' }, { label: "聚集时间", prop: "gatherTime", type: 'input' }, { label: "散离时间", prop: "disperseTime", type: 'input' }, { label: "群体类型", prop: "groupType", type: 'input' }, { label: "聚集人数", prop: "gatherCount", type: 'input' }, { label: "现场秩序", prop: "sceneOrder", type: 'input' }, { label: "主要诉求", prop: "mainClaim", type: 'textarea', width: '100%' }, { label: "所属辖区", prop: "policeStation", type: 'textarea', width: '100%' }, { label: "事发地点", prop: "incidentLocation", type: 'textarea', width: '100%' }, { label: "标题", prop: "title", type: 'input', width: '100%' }, { label: "标签", prop: "tags", type: 'textarea', width: '100%' }, { label: "内容", prop: "content", type: 'textarea', width: '100%' }, { label: "接收单位", prop: "receiveUnit", type: 'input' }, { label: "拟稿人", prop: "drafter", type: 'input' }, { label: "联系电话", prop: "contactTel", type: 'input' }, { label: "签发人", prop: "issuer", type: 'input' }, ], // 刑事案件 "2002": [ { label: "事件类型", prop: "xm", type: 'input' }, { label: "案发时间", prop: "caseTime", type: 'input' }, { label: "案件类型", prop: "caseType", type: 'input' }, { label: "受伤人数", prop: "injuredNum", type: 'input' }, { label: "死亡人数", prop: "deathNum", type: 'input' }, { label: "所属辖区", prop: "policeStation", type: 'input' }, { label: "案发地址", prop: "location", type: 'input' }, { label: "标题", prop: "title", type: 'input', width: '100%' }, { label: "标签", prop: "tags", type: 'textarea', width: '100%' }, { label: "内容", prop: "content", type: 'textarea', width: '100%' }, { label: "接收单位", prop: "receiveUnit", type: 'input' }, { label: "拟稿人", prop: "drafter", type: 'input' }, { label: "联系电话", prop: "contactTel", type: 'input' }, { label: "签发人", prop: "issuer", type: 'input' }, ], // 交通事故 "2003": [ { label: "事件类型", prop: "xm", type: 'input' }, { label: "事发时间", prop: "caseTime", type: 'input' }, { label: "路段", prop: "roadSection", type: 'input' }, { label: "受伤人数", prop: "injuredNum", type: 'input' }, { label: "死亡人数", prop: "deathNum", type: 'input' }, { label: "涉车数量", prop: "carNum", type: 'input' }, { label: "事故类型", prop: "sjnr", type: 'input' }, { label: "所属辖区", prop: "policeStation", type: 'input' }, { label: "事发地点", prop: "sj", type: 'input' }, { label: "标题", prop: "title", type: 'input', width: '100%' }, { label: "标签", prop: "tags", type: 'textarea', width: '100%' }, { label: "内容", prop: "content", type: 'textarea', width: '100%' }, { label: "接收单位", prop: "receiveUnit", type: 'input' }, { label: "拟稿人", prop: "drafter", type: 'input' }, { label: "联系电话", prop: "contactTel", type: 'input' }, { label: "签发人", prop: "issuer", type: 'input' }, ], // 安全生产事故 "2004": [ { label: "事件类型", prop: "xm", type: 'input' }, { label: "事发时间", prop: "caseTime", type: 'input' }, { label: "涉事企业", prop: "involvedEnterprise", type: 'input' }, { label: "受伤人数", prop: "injuredNum", type: 'input' }, { label: "死亡人数", prop: "deathNum", type: 'input' }, { label: "所属辖区", prop: "policeStation", type: 'input' }, { label: "事发地点", prop: "incidentLocation", type: 'input' }, { label: "标题", prop: "title", type: 'input', width: '100%' }, { label: "标签", prop: "tags", type: 'textarea', width: '100%' }, { label: "内容", prop: "content", type: 'textarea', width: '100%' }, { label: "接收单位", prop: "receiveUnit", type: 'input' }, { label: "拟稿人", prop: "drafter", type: 'input' }, { label: "联系电话", prop: "contactTel", type: 'input' }, { label: "签发人", prop: "issuer", type: 'input' }, ], // 公共卫生事件 "2005": [ { label: "事件类型", prop: "xm", type: 'input' }, { label: "事发时间", prop: "sfzh", type: 'input' }, { label: "涉事人数", prop: "xb", type: 'input' }, { label: "场所类型", prop: "venueType", type: 'input' }, { label: "所属辖区", prop: "policeStation", type: 'input' }, { label: "事发地点", prop: "incidentLocation", type: 'input' }, { label: "标题", prop: "title", type: 'input', width: '100%' }, { label: "标签", prop: "tags", type: 'textarea', width: '100%' }, { label: "内容", prop: "content", type: 'textarea', width: '100%' }, { label: "接收单位", prop: "receiveUnit", type: 'input' }, { label: "拟稿人", prop: "drafter", type: 'input' }, { label: "联系电话", prop: "contactTel", type: 'input' }, { label: "签发人", prop: "issuer", type: 'input' }, ], // 非正常死亡事件 "2006": [ { label: "事件类型", prop: "xm", type: 'input' }, { label: "事发时间", prop: "caseTime", type: 'input' }, { label: "死亡人数", prop: "deathNum", type: 'input' }, { label: "死亡类型", prop: "deathType", type: 'input' }, { label: "所属辖区", prop: "policeStation", type: 'input' }, { label: "案发地点", prop: "incidentLocation", type: 'input' }, { label: "标题", prop: "title", type: 'input', width: '100%' }, { label: "标签", prop: "tags", type: 'textarea', width: '100%' }, { label: "内容", prop: "content", type: 'textarea', width: '100%' }, { label: "接收单位", prop: "receiveUnit", type: 'input' }, { label: "拟稿人", prop: "drafter", type: 'input' }, { label: "联系电话", prop: "contactTel", type: 'input' }, { label: "签发人", prop: "issuer", type: 'input' }, ], // 重大自然灾害类 "2007": [ { label: "事件类型", prop: "xm", type: 'input' }, { label: "灾害类型", prop: "disasterType", type: 'input' }, { label: "发生时间", prop: "caseTime", type: 'input' }, { label: "死亡人数", prop: "deathNum", type: 'input' }, { label: "受伤人数", prop: "injuredNum", type: 'input' }, { label: "灾害级别", prop: "disasterLevel", type: 'input' }, { label: "所属辖区", prop: "policeStation", type: 'input' }, { label: "事发地点", prop: "sj", type: 'input' }, { label: "标题", prop: "title", type: 'input', width: '100%' }, { label: "标签", prop: "tags", type: 'textarea', width: '100%' }, { label: "内容", prop: "content", type: 'textarea', width: '100%' }, { label: "接收单位", prop: "receiveUnit", type: 'input' }, { label: "拟稿人", prop: "drafter", type: 'input' }, { label: "联系电话", prop: "contactTel", type: 'input' }, { label: "签发人", prop: "issuer", type: 'input' }, ], // 其他 "2008": [ { label: "事件类型", prop: "eventType", type: 'input' }, { label: "时间", prop: "caseTime", type: 'input' }, { label: "所属辖区", prop: "policeStation", type: 'input' }, { label: "事发地点", prop: "incidentLocation", type: 'input' }, { label: "标题", prop: "title", type: 'input', width: '100%' }, { label: "标签", prop: "tags", type: 'textarea', width: '100%' }, { label: "内容", prop: "content", type: 'textarea', width: '100%' }, { label: "接收单位", prop: "receiveUnit", type: 'input' }, { label: "拟稿人", prop: "drafter", type: 'input' }, { label: "联系电话", prop: "contactTel", type: 'input' }, { label: "签发人", prop: "issuer", type: 'input' }, ], }