Browse Source

Merge branch 'release-sy-v1.0.0' of http://gitlab.datameta.com/project/water/shuili-vue into release-sy-v1.0.0

sy-water-data-board-ui
易浩轩 1 year ago
parent
commit
f0ae011401
  1. 10
      src/views/dyke/engineeringCondition/identificationPlate/index.vue

10
src/views/dyke/engineeringCondition/identificationPlate/index.vue

@ -253,7 +253,7 @@
<el-form-item label="堤防名称" prop="embankmentName">
<el-select
v-model="comForm.embankmentName"
placeholder="请选择水闸名称"
placeholder="请选择堤防名称"
clearable
filterable
size="small"
@ -273,7 +273,7 @@
</el-row>
<!-- ========================水闸公告类======================== -->
<div class="listTitle" style="margin-top: 0">
<span>水闸公告类</span>
<span>堤防公告类</span>
</div>
<div class="noticePart" ref="noticePart">
<template v-for="(item, index) in counter0">
@ -296,7 +296,7 @@
</div>
<!-- ========================水闸警告类======================== -->
<div class="listTitle" style="margin-top: 0">
<span>水闸警告类</span>
<span>堤防警告类</span>
</div>
<div class="warnPart" ref="warnPart">
<template v-for="(item, index) in counter1">
@ -368,7 +368,7 @@
</div>
<!-- ========================水闸指引类======================== -->
<div class="listTitle" style="margin-top: 0">
<span>水闸指引类</span>
<span>堤防指引类</span>
</div>
<div class="guidePart">
<template v-for="(item, index) in counter2">
@ -441,7 +441,7 @@
</div>
<!-- ========================水闸名称类======================== -->
<div class="listTitle" style="margin-top: 0">
<span>水闸名称类</span>
<span>堤防名称类</span>
</div>
<div class="namePart">
<template v-for="(item, index) in counter3">

Loading…
Cancel
Save