|
|
@ -154,20 +154,20 @@ |
|
|
|
<!-- {{ this.form.dikeRvbk }}--> |
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
<el-descriptions-item> |
|
|
|
<template slot="label"> 规划防洪潮标准 </template> |
|
|
|
<template slot="label"> 规划防洪潮标准(年一遇) </template> |
|
|
|
{{ this.form.dikePlnStda }} |
|
|
|
</el-descriptions-item> |
|
|
|
|
|
|
|
<el-descriptions-item> |
|
|
|
<template slot="label"> 现状防洪潮标准 </template> |
|
|
|
<template slot="label"> 现状防洪潮标准(年一遇) </template> |
|
|
|
{{ this.form.dikeCrtStda }} |
|
|
|
</el-descriptions-item> |
|
|
|
<el-descriptions-item> |
|
|
|
<template slot="label"> 达标长度 </template> |
|
|
|
<template slot="label"> 达标长度(km) </template> |
|
|
|
{{ this.form.dikeStdaLen }} |
|
|
|
</el-descriptions-item> |
|
|
|
<el-descriptions-item> |
|
|
|
<template slot="label"> 不达标长度 </template> |
|
|
|
<template slot="label"> 不达标长度(km) </template> |
|
|
|
{{ this.form.dikeNotStdaLen }} |
|
|
|
</el-descriptions-item> |
|
|
|
<!-- <el-descriptions-item>--> |
|
|
@ -179,19 +179,19 @@ |
|
|
|
{{ elevSysFormat(this.form) }} |
|
|
|
</el-descriptions-item> |
|
|
|
<el-descriptions-item> |
|
|
|
<template slot="label"> 起点堤顶高程 </template> |
|
|
|
<template slot="label"> 起点堤顶高程(m) </template> |
|
|
|
{{ this.form.startDikeTopEl }} |
|
|
|
</el-descriptions-item> |
|
|
|
<el-descriptions-item> |
|
|
|
<template slot="label"> 终点堤顶高程 </template> |
|
|
|
<template slot="label"> 终点堤顶高程(m) </template> |
|
|
|
{{ this.form.endDikeTopEl }} |
|
|
|
</el-descriptions-item> |
|
|
|
<el-descriptions-item> |
|
|
|
<template slot="label"> 防浪墙顶最低高程 </template> |
|
|
|
<template slot="label"> 防浪墙顶最低高程(m) </template> |
|
|
|
{{ this.form.dikeWawaMinElev }} |
|
|
|
</el-descriptions-item> |
|
|
|
<el-descriptions-item> |
|
|
|
<template slot="label"> 防浪墙顶最高高程 </template> |
|
|
|
<template slot="label"> 防浪墙顶最高高程(m) </template> |
|
|
|
{{ this.form.dikeWawaMaxElev }} |
|
|
|
</el-descriptions-item> |
|
|
|
<!-- <el-descriptions-item>--> |
|
|
@ -203,11 +203,11 @@ |
|
|
|
<!-- {{ this.form.dikeWawaMaxLoc }}--> |
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
<el-descriptions-item> |
|
|
|
<template slot="label"> 堤顶最低高程 </template> |
|
|
|
<template slot="label"> 堤顶最低高程(m) </template> |
|
|
|
{{ this.form.dikeElevMin }} |
|
|
|
</el-descriptions-item> |
|
|
|
<el-descriptions-item> |
|
|
|
<template slot="label"> 堤顶最高高程 </template> |
|
|
|
<template slot="label"> 堤顶最高高程(m) </template> |
|
|
|
{{ this.form.dikeElevMax }} |
|
|
|
</el-descriptions-item> |
|
|
|
<!-- <el-descriptions-item>--> |
|
|
@ -540,9 +540,6 @@ export default { |
|
|
|
}, |
|
|
|
// 高程系统字典翻译 |
|
|
|
elevSysFormat(row, column) { |
|
|
|
if (row.elevSys.length < 2) { |
|
|
|
row.elevSys = "0" + row.elevSys |
|
|
|
} |
|
|
|
return this.selectDictLabel(this.elevSysOptions, row.elevSys); |
|
|
|
}, |
|
|
|
// 取消按钮 |
|
|
|