Browse Source

test: git

zhengxy 1 year ago
parent
commit
5703464fae
1 changed files with 0 additions and 1 deletions
  1. 0 1
      project/src/components/license/index.vue

+ 0 - 1
project/src/components/license/index.vue

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