You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
233 lines
4.5 KiB
233 lines
4.5 KiB
export const TABELLIST = [
|
|
{
|
|
projectName: '项目1',
|
|
num: '编号',
|
|
enginName: '场景1',
|
|
id: 'hsun11tA',
|
|
coors: '坐标',
|
|
enginType: '0',
|
|
riversName: '所在河流(湖泊)名称',
|
|
code: 'XM_shju23423hjs111',
|
|
blockType: '挡水主坝类型',
|
|
dischargeType: '主要泄洪建筑物型式',
|
|
area: '坝址控制流域面积',
|
|
flow: '坝址多年平均径流量',
|
|
createTime: '2024-04-10 15:30',
|
|
grade: '工程等级',
|
|
level: '主坝级别',
|
|
dischargeMax: '最大泄洪量',
|
|
adcd: '440100',
|
|
},{
|
|
enginType: '1',
|
|
projectName: '项目2',
|
|
num: '编号',
|
|
enginName: '场景2',
|
|
id: 'hsun12tA',
|
|
coors: '坐标',
|
|
riversName: '所在河流(湖泊)名称',
|
|
code: 'XM_shju23423hjs111',
|
|
holeNum: '闸孔数',
|
|
width: '闸孔总净宽',
|
|
sluiceType: '0',
|
|
createTime: '2024-04-10 15:30',
|
|
grade: '工程等级',
|
|
adcd: '440100',
|
|
},{
|
|
enginType: '2',
|
|
projectName: '项目3',
|
|
num: '编号',
|
|
enginName: '场景3',
|
|
id: 'hsun12tA',
|
|
range: '范围',
|
|
riversName: '所在河流(湖泊)名称',
|
|
code: 'XM_shju23423hjs111',
|
|
shorSeparation: '河流岸别',
|
|
dikeType: '0',
|
|
shape: '堤防型式',
|
|
system: '高程系统',
|
|
adcd: '440100',
|
|
}
|
|
]
|
|
// 可以换成系统字典
|
|
export const ENGINTYPE = [{
|
|
dictLabel: '水库',
|
|
dictValue: '0'
|
|
},{
|
|
dictLabel: '水闸',
|
|
dictValue: '1'
|
|
},{
|
|
dictLabel: '堤防',
|
|
dictValue: '2'
|
|
}]
|
|
// 可以换成系统字典
|
|
export const STATIONTYPE = [{
|
|
dictName: '水库',
|
|
dictType: '0',
|
|
dictValue: [{
|
|
dictLabel: '水位站',
|
|
dictValue: '0'
|
|
},{
|
|
dictLabel: '雨量站',
|
|
dictValue: '1'
|
|
},{
|
|
dictLabel: '视频站',
|
|
dictValue: '2'
|
|
},{
|
|
dictLabel: '渗压计',
|
|
dictValue: '3'
|
|
}]
|
|
},{
|
|
dictName: '水闸',
|
|
dictType: '1',
|
|
dictValue: [{
|
|
dictLabel: '水位站',
|
|
dictValue: '0'
|
|
},{
|
|
dictLabel: '雨量站',
|
|
dictValue: '1'
|
|
},{
|
|
dictLabel: '视频站',
|
|
dictValue: '2'
|
|
},{
|
|
dictLabel: '水平变形监测组',
|
|
dictValue: '3'
|
|
},{
|
|
dictLabel: '沉降监测组',
|
|
dictValue: '4'
|
|
},{
|
|
dictLabel: '水质监测组',
|
|
dictValue: '5'
|
|
},{
|
|
dictLabel: '流量监测点',
|
|
dictValue: '6'
|
|
},{
|
|
dictLabel: '闸门开度监测组',
|
|
dictValue: '7'
|
|
}]
|
|
},{
|
|
dictName: '堤防',
|
|
dictType: '2',
|
|
dictValue: [{
|
|
dictLabel: '水位站',
|
|
dictValue: '0'
|
|
},{
|
|
dictLabel: '雨量站',
|
|
dictValue: '1'
|
|
},{
|
|
dictLabel: '视频站',
|
|
dictValue: '2'
|
|
}]
|
|
},]
|
|
// 初始项目详情
|
|
export const PLANLIST = [{
|
|
enginType: '0',
|
|
stationType: '0',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
},{
|
|
enginType: '0',
|
|
stationType: '1',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
},{
|
|
enginType: '0',
|
|
stationType: '2',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
},{
|
|
enginType: '0',
|
|
stationType: '3',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
pipeOpen: '管口高程',
|
|
pipeBottom: '管底高程',
|
|
address: '地址',
|
|
},{
|
|
enginType: '1',
|
|
stationType: '0',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
},{
|
|
enginType: '1',
|
|
stationType: '1',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
},{
|
|
enginType: '1',
|
|
stationType: '2',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
},{
|
|
enginType: '1',
|
|
stationType: '3',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
gaugingPoint: '测点编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
},{
|
|
enginType: '1',
|
|
stationType: '4',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
gaugingPoint: '测点编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
},{
|
|
enginType: '1',
|
|
stationType: '5',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
gaugingPoint: '测点编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
},{
|
|
enginType: '1',
|
|
stationType: '6',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
gaugingPoint: '测点编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
},{
|
|
enginType: '1',
|
|
stationType: '7',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
gateNum: '闸门编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
},{
|
|
enginType: '2',
|
|
stationType: '0',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
},{
|
|
enginType: '2',
|
|
stationType: '1',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
},{
|
|
enginType: '2',
|
|
stationType: '2',
|
|
name: '名称',
|
|
codeNum: '编号',
|
|
coors: '坐标',
|
|
address: '地址',
|
|
}]
|
|
|