| 12345678910111213141516171819202122232425262728 |
- <template name="baseInfoTemplate">
- <view style="margin-top:20rpx">
- <view class="rtu-baseinfo-title">RTU编码:</view>
- <view class="rtu-baseinfo-text">{{rtuCode}}</view>
- </view>
- <view style="margin-top:20rpx">
- <view class="rtu-baseinfo-title">RTU名称:</view>
- <view class="rtu-baseinfo-text">{{rtuName}}</view>
- </view>
- <view style="margin-top:20rpx">
- <view class="rtu-baseinfo-title">项目名称:</view>
- <view class="rtu-baseinfo-text">{{projectName}}</view>
- </view>
- <view style="margin-top:20rpx">
- <view class="rtu-baseinfo-title">机构名称:</view>
- <view class="rtu-baseinfo-text">{{orgName}}</view>
- </view>
- <view style="margin-top:20rpx">
- <view class="rtu-baseinfo-title">规约:</view>
- <view class="rtu-baseinfo-text">{{agreement}}</view>
- </view>
- </template>
|