You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
296 B
9 lines
296 B
6 years ago
|
<view class="handle-progress">
|
||
|
<view class="type">关闭原因</view>
|
||
|
<view class="progress-list">
|
||
|
<view class="list-item">
|
||
|
<view class="content">[已关闭]{{closeObj.processingOpinions}}</view>
|
||
|
<view class="time">{{closeObj.createdTime}}</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|