pages/inspection/scene/info/device-status/index.wxml
@@ -1,5 +1,6 @@ <view class="page"> <view class="page-header"> <view class="flex-center"> <t-button wx:if="{{!showNewStatus}}" icon="add" @@ -8,6 +9,7 @@ bind:tap="onAddStatus" >添加设备状态</t-button > </view> <t-form wx:if="{{showNewStatus}}" formArr="{{formArray}}" @@ -39,6 +41,7 @@ </t-cell> </t-form> </view> <t-divider /> <view class="page-container"> <block wx:for="{{deviceStatusList}}"> <device-location