| 123456789101112131415161718192021222324 |
- <view class="head">
- <view class="title">
- 评估项
- </view>
- <text>{{taskname}}</text>
- </view>
- <view class="label">
- 评估内容
- </view>
- <view class="label">
- 评估说明
- </view>
- <view class="text">
- <textarea value="{{content.actionnotes}}" placeholder="评估说明" bindinput='onInput' />
- </view>
- <view style="height: 130rpx;" />
- <view class="footer">
- <view />
- <van-button custom-class='but' disabled='{{result.length==0}}' bind:click="submit">确定</van-button>
- </view>
|