Browse Source

test: git

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

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

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