WechatOwnerService/pages/applicationKeyProgress/applicationKeyProgress.wxml
2020-01-05 16:47:36 +08:00

9 lines
338 B
Plaintext

<view>
<view class="block__title">钥匙审核信息</view>
<van-cell-group>
<van-cell wx:for="{{applicationKeys}}" wx:for-index="idx" wx:for-item="item" title="{{item.locationObjName}}" label="{{item.applicationKeyId}}" value="{{item.stateName}}" bindtap="gotoDetail" data-item="{{item}}" is-link/>
</van-cell-group>
</view>