commandTemplate.wxml 831 B

123456789101112131415161718192021
  1. <!-- <import src="../hot/stars.wxml" />
  2. <import src="../image/item-image.wxml" /> -->
  3. <template name="commandTemplate">
  4. <view class="button-sp-area">
  5. <!-- <view style="margin-top:20rpx">
  6. <button type="primary" plain="true" bindtap="onGetRtuVersion">查询版本号</button>
  7. </view>
  8. <view style="margin-top:20rpx">
  9. <button type="primary" plain="true" bindtap="onGetRtuClock">查询时钟</button>
  10. </view> -->
  11. <view style="margin-top:20rpx">
  12. <button type="warn" plain="true" bindtap="onRtuClockSet">RTU时钟同步</button>
  13. </view>
  14. <!-- <view style="margin-top:20rpx">
  15. <button type="warn" plain="true" bindtap="onRtuReset">恢复出厂设置</button>
  16. </view> -->
  17. <view style="margin-top:20rpx">
  18. <button type="warn" plain="true" bindtap="onRtuReboot">重启RTU</button>
  19. </view>
  20. </view>
  21. </template>