- <view class="global-card time-range" style='margin-bottom:0;' bindtap="openActionSheet">
- <view class='left'>
- <view class="iconfont {{iconName}}">{{language[title]||title}}</view>
- </view>
- <view class="right">
- <picker mode='date' value='{{value}}' fields='{{fields}}' start="{{start}}" end='{{end}}' style="width: 100%;" style="flex: 1;" bindchange='onChange'>
- <view style='color:#3874F6;'>{{value}}</view>
- </picker>
- <view class="iconfont icon-xiangxiazhankai" />
- </view>
- </view>
- <wxs src='../../utils/wxmlQueryPer.wxs' module="per" />
|