@@ -3,7 +3,6 @@
<div class="screenBox">
<div class="filter-wrap">
<!-- 任务名称 -->
- <!-- mock测试 -->
<selfInputV2 style="" :labelWidth="true" v-model="filter.title" label_name="任务名称" placeholder="请输入" @change="onChangeTitle" />
<!-- 任务状态 -->
<selfChannelV2 style="margin-right: 10px;" v-model="filter.status" type='licenseTaskStatus' title="任务状态" :labelWidth="true" @change="onChangeStatus" />