|
|
|
|
@ -11,85 +11,105 @@ import { getLoad } from '@/api/sys/sysDataItemDetail';
|
|
|
|
|
|
|
|
|
|
export const columns: BasicColumn[] = [
|
|
|
|
|
{
|
|
|
|
|
title: '线索来源',
|
|
|
|
|
dataIndex: 'tubanlaiyuan',
|
|
|
|
|
title: '年度',
|
|
|
|
|
dataIndex: 'syear_base',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '线索编号',
|
|
|
|
|
dataIndex: 'tubannum_base',
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '区县',
|
|
|
|
|
dataIndex: 'countyname',
|
|
|
|
|
dataIndex: 'weizhixianname_base',
|
|
|
|
|
width: 100,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '乡镇',
|
|
|
|
|
dataIndex: 'streetname',
|
|
|
|
|
dataIndex: 'weizhizhenname_base',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '社区/村',
|
|
|
|
|
dataIndex: 'communityname',
|
|
|
|
|
dataIndex: 'weizhicunname_base',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '线索编号',
|
|
|
|
|
dataIndex: 'caseno',
|
|
|
|
|
width: 200,
|
|
|
|
|
title: '行政区划编码',
|
|
|
|
|
dataIndex: 'communityname',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '线索类型',
|
|
|
|
|
dataIndex: 'typename',
|
|
|
|
|
dataIndex: 'type_base',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '线索面积',
|
|
|
|
|
dataIndex: 'area',
|
|
|
|
|
width: 110,
|
|
|
|
|
title: '矿种',
|
|
|
|
|
dataIndex: 'kuangzhong_kcfill',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '线索变化情况说明',
|
|
|
|
|
dataIndex: 'shuoming_fill',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '所属重点矿区名称',
|
|
|
|
|
dataIndex: 'zhongdianname_base',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '所在国家自热保护区名称',
|
|
|
|
|
dataIndex: 'ziranbaohuname_base',
|
|
|
|
|
width: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '农用地面积',
|
|
|
|
|
dataIndex: 'nongyongdiarea',
|
|
|
|
|
width: 110,
|
|
|
|
|
title: '线索面积',
|
|
|
|
|
dataIndex: 'weifaarea_base',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '耕地面积',
|
|
|
|
|
dataIndex: 'gengdiarea',
|
|
|
|
|
width: 110,
|
|
|
|
|
dataIndex: 'gengdi_area',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '永农面积',
|
|
|
|
|
dataIndex: 'yongjiujibennongtianarea',
|
|
|
|
|
width: 110,
|
|
|
|
|
title: '违法开采面积',
|
|
|
|
|
dataIndex: 'kaicaiarea_kcfill',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '当前状态',
|
|
|
|
|
title: '违法占地面积',
|
|
|
|
|
dataIndex: 'weifaarea_punish',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '是否持续违法',
|
|
|
|
|
dataIndex: 'handlestatusname',
|
|
|
|
|
width: 80,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '判定结果',
|
|
|
|
|
dataIndex: 'isillegal',
|
|
|
|
|
width: 80,
|
|
|
|
|
title: '当前状态',
|
|
|
|
|
dataIndex: 'status_base',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '下发时间',
|
|
|
|
|
dataIndex: 'identificationtime',
|
|
|
|
|
title: '判定结果',
|
|
|
|
|
dataIndex: 'hefapanding_fill',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '项目名称',
|
|
|
|
|
dataIndex: 'xiangmumc',
|
|
|
|
|
title: '下发时间',
|
|
|
|
|
dataIndex: 'xiafatime_base',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '项目主体',
|
|
|
|
|
dataIndex: 'xiangmuzhuti',
|
|
|
|
|
dataIndex: 'kaicaizhuti_kcfill',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '实际用途',
|
|
|
|
|
dataIndex: 'actualuseto',
|
|
|
|
|
title: '开采违法类型',
|
|
|
|
|
dataIndex: 'wefatype_kcfill',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '违法类型',
|
|
|
|
|
dataIndex: 'weifaleixing',
|
|
|
|
|
title: '加工违法类型',
|
|
|
|
|
dataIndex: 'weifatype_jgfill',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '整改措施',
|
|
|
|
|
dataIndex: 'measurename',
|
|
|
|
|
dataIndex: 'zhenggaitype_jgzhg',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '处理时限',
|
|
|
|
|
dataIndex: 'chulishixian_base',
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
export const searchFormSchema: FormSchema[] = [
|
|
|
|
|
|