mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
9 lines
338 B
Plaintext
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>
|