饮用水字典,统计模块代码提交

This commit is contained in:
710356044
2021-11-28 21:57:03 +08:00
parent 258e6022d5
commit c96991618b
19 changed files with 2070 additions and 1110 deletions

View File

@@ -159,8 +159,8 @@ const tableColumns2 = [
{ title: "城市名称", dataIndex: "city", sorter: true, },
{ title: "城市代码", dataIndex: "cityCode", sorter: true, },
// { title: "重点城市区分", dataIndex: "keyCity", sorter: true, },
{title:"县域名称",dataIndex:"county",sorter:true},
{title:"县域代码",dataIndex:"county",sorter:true},
{title:"县域名称",dataIndex:"countyName",sorter:true},
{title:"县域代码",dataIndex:"countyCode",sorter:true},
// { title: "南北方城市", dataIndex: "cityOrientation", sorter: true, },
{ title: "断面名称", dataIndex: "place", sorter: true, },
// { title: "断面代码", dataIndex: "sectionCode", sorter: true, },
@@ -308,33 +308,23 @@ export { tableColumns2 }
//农村数据总览表格
const tableColumns3=[
// {title:"断面代码",dataIndex:"sectionCode",sorter:true},
{title:"断面代码",dataIndex:"sectionCode",sorter:true},
{title: "省",dataIndex: "province",sorter: true,},
{title: "省份代码", dataIndex: "provinceCode", sorter: true, },
{title: "市",dataIndex: "city",sorter: true,},
{ title: "城市代码", dataIndex: "cityCode", sorter: true, },
{ title: "重点城市区分", dataIndex: "keyCity", sorter: true, },
{ title: "南北方城市", dataIndex: "cityOrientation", sorter: true, },
// {title: "城区",dataIndex: "城区",sorter: true,},
// {title: "县(区)",dataIndex: "county",sorter: true,},
// {title: "乡镇",dataIndex: "township",sorter: true,},
// {title: "村",dataIndex: "village",sorter: true,},
{title: "乡镇",dataIndex: "township",sorter: true,},
{title: "",dataIndex: "village",sorter: true,},
{title: "点位名称",dataIndex: "place",sorter: true,},
{ title: "断面代码", dataIndex: "sectionCode", sorter: true, },
{ title: "所属水系", dataIndex: "subordinateWater", sorter: true, },
{ title: "水源地性质", dataIndex: "waterSourceProperty", sorter: true, },
{ title: "本月取水量", dataIndex: "waterWithdrawal", sorter: true, },
{title: "监测时间",dataIndex: "monitorTime",sorter: true,customRender: ({text}) => moment(text, "YYYY/MM/DD HH:mm:ss").format("YYYY/MM/DD")},
{ title: "水期代码", dataIndex: "waterPhaseCode",sorter: true,
slots:{customRender:'waterCode' }
},
// {title: "湖库(是/否)",dataIndex: "lakeLibraryFlag",sorter: true,},
// {title: "必测村庄(是/否) ",dataIndex: "mustTestVillagesFlag",sorter: true,},
{title: "湖库(是/否)",dataIndex: "lakeLibraryFlag",sorter: true,},
{title: "经度(°)",dataIndex: "longitude",sorter: true,},
{title: "纬度(°)",dataIndex: "latitude",sorter: true,},
{title: "服务人口数量(人)",dataIndex: "numberServingPopulation",sorter: true,},
{title: "日供水规模(吨)",dataIndex: "dailyWaterSupplyScale",sorter: true,},
// {title: "监测时间",dataIndex: "monitorTime",sorter: true,customRender: ({text}) => moment(text, "YYYY/MM/DD HH:mm:ss").format("YYYY/MM/DD")},
// { title: "水期代码", dataIndex: "waterPhaseCode",sorter: true,
// slots:{customRender:'waterCode' }
// },
// {title: "必测村庄(是/否) ",dataIndex: "mustTestVillagesFlag",sorter: true,},
{title: "水温(℃)",dataIndex: "waterTemperature",sorter: true,},
{title: "pH(mg/L)",dataIndex: "ph",sorter: true,},
{title: "溶解氧(mg/L)",dataIndex: "dissolvedOxygen",sorter: true,},