|
@ -78,22 +78,12 @@ |
|
|
<template slot="label"> 启闭机数量(个) </template> |
|
|
<template slot="label"> 启闭机数量(个) </template> |
|
|
{{ this.form.hsgram }} |
|
|
{{ this.form.hsgram }} |
|
|
</el-descriptions-item> |
|
|
</el-descriptions-item> |
|
|
<!-- <el-descriptions-item>--> |
|
|
|
|
|
<!-- <template slot="label"> 闸身总宽(m) </template>--> |
|
|
|
|
|
<!-- {{ this.form.gtttwd }}--> |
|
|
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
|
|
<!-- <el-descriptions-item>--> |
|
|
|
|
|
<!-- <template slot="label"> 闸身总长(m) </template>--> |
|
|
|
|
|
<!-- {{ this.form.gtttlen }}--> |
|
|
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
|
|
<el-descriptions-item> |
|
|
<el-descriptions-item> |
|
|
<template slot="label"> 闸门顶高程(m) </template> |
|
|
<template slot="label"> 闸门顶高程(m) </template> |
|
|
{{ this.form.gttpel }} |
|
|
{{ this.form.gttpel }} |
|
|
</el-descriptions-item> |
|
|
</el-descriptions-item> |
|
|
<!-- <el-descriptions-item>--> |
|
|
|
|
|
<!-- <template slot="label"> 闸底板高程(m) </template>--> |
|
|
|
|
|
<!-- {{ this.form.gtflel }}--> |
|
|
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
|
|
<el-descriptions-item> |
|
|
<el-descriptions-item> |
|
|
<template slot="label"> 消能型式 </template> |
|
|
<template slot="label"> 消能型式 </template> |
|
|
{{ endsstFormat(this.form) }} |
|
|
{{ endsstFormat(this.form) }} |
|
@ -102,46 +92,7 @@ |
|
|
<template slot="label"> 闸门型式 </template> |
|
|
<template slot="label"> 闸门型式 </template> |
|
|
{{ gtstFormat(this.form) }} |
|
|
{{ gtstFormat(this.form) }} |
|
|
</el-descriptions-item> |
|
|
</el-descriptions-item> |
|
|
<!-- <el-descriptions-item>--> |
|
|
|
|
|
<!-- <template slot="label"> 闸门尺寸(m) </template>--> |
|
|
|
|
|
<!-- {{ this.form.note }}--> |
|
|
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
|
|
<!-- <el-descriptions-item>--> |
|
|
|
|
|
<!-- <template slot="label"> 闸门自重(t) </template>--> |
|
|
|
|
|
<!-- {{ this.form.gtddld }}--> |
|
|
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
|
|
<!-- <el-descriptions-item>--> |
|
|
|
|
|
<!-- <template slot="label"> 闸基防渗措施 </template>--> |
|
|
|
|
|
<!-- {{ gtbsasmsFormat(this.form) }}--> |
|
|
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
|
|
<!-- <el-descriptions-item>--> |
|
|
|
|
|
<!-- <template slot="label"> 工作桥面宽度(m) </template>--> |
|
|
|
|
|
<!-- {{ this.form.srbrwd }}--> |
|
|
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
|
|
<!-- <el-descriptions-item>--> |
|
|
|
|
|
<!-- <template slot="label"> 工作桥面高程(m) </template>--> |
|
|
|
|
|
<!-- {{ this.form.srbrel }}--> |
|
|
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
|
|
<!-- <el-descriptions-item>--> |
|
|
|
|
|
<!-- <template slot="label"> 检修桥面宽度(m) </template>--> |
|
|
|
|
|
<!-- {{ this.form.embrwd }}--> |
|
|
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
|
|
<!-- <el-descriptions-item>--> |
|
|
|
|
|
<!-- <template slot="label"> 检修桥面高程(m) </template>--> |
|
|
|
|
|
<!-- {{ this.form.embrel }}--> |
|
|
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
|
|
<!-- <el-descriptions-item>--> |
|
|
|
|
|
<!-- <template slot="label"> 交通桥标准 </template>--> |
|
|
|
|
|
<!-- {{ acbrstFormat(this.form) }}--> |
|
|
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
|
|
<!-- <el-descriptions-item>--> |
|
|
|
|
|
<!-- <template slot="label"> 交通桥面宽度(m) </template>--> |
|
|
|
|
|
<!-- {{ this.form.acbrwd }}--> |
|
|
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
|
|
<!-- <el-descriptions-item>--> |
|
|
|
|
|
<!-- <template slot="label"> 交通桥面高程(m) </template>--> |
|
|
|
|
|
<!-- {{ this.form.acbrel }}--> |
|
|
|
|
|
<!-- </el-descriptions-item>--> |
|
|
|
|
|
<el-descriptions-item> |
|
|
<el-descriptions-item> |
|
|
<template slot="label"> 备注 </template> |
|
|
<template slot="label"> 备注 </template> |
|
|
{{ this.form.note }} |
|
|
{{ this.form.note }} |
|
|