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> <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 {
// //

Loading…
Cancel
Save