Compare commits
3 Commits
17e72d0bd1
...
b02e418a72
| Author | SHA1 | Date |
|---|---|---|
|
|
b02e418a72 | |
|
|
d75e7b2c2e | |
|
|
7c02037d6a |
|
|
@ -2,8 +2,8 @@
|
|||
<view class="skinfo" @click="toDetail()">
|
||||
<view class="title">
|
||||
<view class="left">
|
||||
<u-icon name="file-text" color="origin"></u-icon>
|
||||
<text>{{dataform.resName}}</text>
|
||||
<u-icon name="file-text" color="#f59d29" size="20"></u-icon>
|
||||
<text style="margin-left:5px">{{dataform.resName}}</text>
|
||||
</view>
|
||||
<view class="right">
|
||||
{{tm}}
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
<view class="" style="display: flex;">
|
||||
<image src="../../static/c1.png" mode="" style="width:30%;height: 120px;"></image>
|
||||
<view class="listItem">
|
||||
<view class="item-text" v-for="(v,k) of list">
|
||||
<view class="item-text" v-for="(v,k) of list" :key="k">
|
||||
<text>{{v}}</text>:
|
||||
<text>{{dataform[k]}}</text>
|
||||
</view>
|
||||
|
|
@ -42,16 +42,16 @@
|
|||
data(){
|
||||
return{
|
||||
list:{
|
||||
'drp':'当前水位m',
|
||||
2:'今日雨量mm',
|
||||
"rz":'当前水位m',
|
||||
"today":'今日雨量mm',
|
||||
'flLowLimLev':'汛限水位m',
|
||||
4:'比汛期m',
|
||||
"demo":'比汛期m',
|
||||
'wcrstel':'堰顶高程m',
|
||||
'crestElev':'坝顶高程m',
|
||||
7:'24h预报',
|
||||
8:'昨日雨量',
|
||||
"24h":'24h预报mm',
|
||||
"yesterdayDrp":'昨日雨量mm',
|
||||
'totCap':'总库容m³',
|
||||
10:'蓄水量万m³'
|
||||
"cap":'蓄水量万m³'
|
||||
},
|
||||
tm: moment().format('YYYY-MM-DD HH:mm:ss'),
|
||||
dataform:{
|
||||
|
|
@ -103,9 +103,6 @@
|
|||
font-size: 16px;
|
||||
display: flex;
|
||||
}
|
||||
.right{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
.content{
|
||||
|
|
|
|||
Loading…
Reference in New Issue