Browse Source

按钮优化

master
liujiangyong 2 years ago
parent
commit
2bd700eb2a
  1. 4
      weapp/package/troubleshooting/index.wxml

4
weapp/package/troubleshooting/index.wxml

@ -79,7 +79,7 @@
item.state == 6 ?'验收通过':'驳回重修' item.state == 6 ?'验收通过':'驳回重修'
}} }}
</van-button> </van-button>
<span wx:elif="{{!powerCheckDetail}}"> <van-button class="btn" wx:elif="{{!powerCheckDetail}}" size="small" type="info" round disabled>
{{ {{
item.state == 1 ?'制定计划': item.state == 1 ?'制定计划':
item.state == 2 ?'计划已提交待审批': item.state == 2 ?'计划已提交待审批':
@ -88,7 +88,7 @@
item.state == 5 ?'维修完成待验收': item.state == 5 ?'维修完成待验收':
item.state == 6 ?'验收通过':'驳回重修' item.state == 6 ?'验收通过':'驳回重修'
}} }}
</span> </van-button>
</view> </view>
<view style="height:128rpx"/> <view style="height:128rpx"/>
<!-- 暂无数据 --> <!-- 暂无数据 -->

Loading…
Cancel
Save