<view>
|
<view wx:for="{{clueTaskList}}" wx:key="index" wx:for-index="index">
|
<t-cell title="任务时间" note="{{item._taskTime}}" />
|
<t-cell title="任务位置" note="{{item._location}}"/>
|
<t-cell title="响应时间" note="{{item._resLevelTxt}}"/>
|
<t-cell title="出行方式" note="{{item._travelModeTxt}}"/>
|
<t-cell title="无人机" note="{{item._hasUavTxt}}"/>
|
|
</view>
|
</view>
|