|
@ -1,5 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div class="app-container"> |
|
|
<div class="app-container"> |
|
|
|
|
|
|
|
|
<el-descriptions |
|
|
<el-descriptions |
|
|
class="margin-top" |
|
|
class="margin-top" |
|
|
:column="2" |
|
|
:column="2" |
|
@ -29,8 +30,8 @@ |
|
|
<!-- {{ this.form.dnstps }}--> |
|
|
<!-- {{ this.form.dnstps }}--> |
|
|
<!-- </el-descriptions-item>--> |
|
|
<!-- </el-descriptions-item>--> |
|
|
<el-descriptions-item> |
|
|
<el-descriptions-item> |
|
|
<template slot="label"> 水闸代码 </template> |
|
|
<template slot="label"> 水闸名称 </template> |
|
|
{{ wagaCode }} |
|
|
{{ wagaName }} |
|
|
</el-descriptions-item> |
|
|
</el-descriptions-item> |
|
|
<el-descriptions-item> |
|
|
<el-descriptions-item> |
|
|
<template slot="label"> 记录更新时间 </template> |
|
|
<template slot="label"> 记录更新时间 </template> |
|
@ -74,7 +75,7 @@ import { |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
name: "Cxjl", |
|
|
name: "Cxjl", |
|
|
props: ["wagaCode"], |
|
|
props: ["wagaCode","wagaName"], |
|
|
data() { |
|
|
data() { |
|
|
return { |
|
|
return { |
|
|
// 遮罩层 |
|
|
// 遮罩层 |
|
|