Browse Source

运管立项

sy-water-data-board-ui
zth 1 month ago
parent
commit
f0c1fe06da
  1. 7
      src/views/sluice/engineeringCondition/sluiceBaseInfo/options/accidentRecord.vue

7
src/views/sluice/engineeringCondition/sluiceBaseInfo/options/accidentRecord.vue

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

Loading…
Cancel
Save