|
|
|
|
@ -302,7 +302,10 @@ |
|
|
|
|
<p class="left">备注</p> |
|
|
|
|
<view class="right"> |
|
|
|
|
<!-- <uni-easyinput v-model="roadData.remarks" placeholder="请输入备注" placeholderStyle="color:#d4d4d4;"></uni-easyinput> --> |
|
|
|
|
<uni-easyinput type="textarea" maxlength="200" autoHeight v-model="roadData.remarks" placeholder="请备注信息"></uni-easyinput> |
|
|
|
|
<uni-easyinput v-model="roadData.remarks" |
|
|
|
|
placeholderStyle="color: #D4D4D4;font-size:28rpx;" placeholder="请输入备注信息" type="textarea" maxlength="200" |
|
|
|
|
autoHeight></uni-easyinput> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
@ -461,6 +464,8 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../.. |
|
|
|
|
trafficSituationReport:'', //交通运行情况 |
|
|
|
|
dailyFatalities:"", //当日人员亡者数(人) |
|
|
|
|
emergencySituationReport:'', //应急情况报告 |
|
|
|
|
passengerVolumeYesterdayRatio:'', |
|
|
|
|
totalBusIncreaseYesterdayRatio:'', |
|
|
|
|
remarks:'', // 备注 |
|
|
|
|
}, |
|
|
|
|
lastyearDay:'', |
|
|
|
|
@ -932,21 +937,23 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../.. |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.remark_item{ |
|
|
|
|
color: #333; |
|
|
|
|
// color: #333; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.left{ |
|
|
|
|
font-weight: bold; |
|
|
|
|
margin-top: 20rpx; |
|
|
|
|
color: #333333; |
|
|
|
|
line-height: 42rpx; |
|
|
|
|
font-size: 30rpx; |
|
|
|
|
font-family: PingFang SC-Bold, PingFang SC; |
|
|
|
|
font-weight: bold; |
|
|
|
|
margin-bottom: 30rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.right{ |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
/deep/ .is-input-border{ |
|
|
|
|
border: 1rpx solid #c1c1c1 !important; |
|
|
|
|
border-radius: 30rpx !important; |
|
|
|
|
border-radius: 20rpx !important; |
|
|
|
|
border: 1px solid #c1c1c1 !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|