| | |
| | | <view class="zhghInfo-center-title">任务分派时间: |
| | | <text>{{data.createTime}}</text> |
| | | </view> |
| | | <view class="zhghInfo-center-title">任务描述</view> |
| | | <view class="zhghInfo-center-title">任务要求</view> |
| | | <view class="zhghInfo-center-txt">{{data.taskRequire}}</view> |
| | | <view class="zhghInfo-center-title">任务流程</view> |
| | | <view class="zhghInfo-center-txt">{{data.taskRequire}}</view> |
| | | </view> |
| | | |
| | |
| | | <view class="zhghInfo-text"> |
| | | <view class="zhghInfo-center-title">任务汇报</view> |
| | | <view class="zhghInfo-center-textarea"> |
| | | <textarea data-name="taskReport" bindinput="inputChange" disabled="{{disabled}}" placeholder="学会与老人沟通,耐心积极,心态良好" placeholder-style="color:#9B9B9B;"></textarea> |
| | | <textarea data-name="taskReport" value='{{data.socialTaskObject.taskReport}}' bindinput="inputChange" disabled="{{disabled}}" placeholder="学会与老人沟通,耐心积极,心态良好" placeholder-style="color:#9B9B9B;"></textarea> |
| | | </view> |
| | | <view class="button-submit" bindtap='linkFunction'>提交</view> |
| | | </view> |