|
@@ -22,19 +22,6 @@
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="8" :sm="8" :xxl="6">
|
|
|
- <a-form-item label="状态">
|
|
|
- <a-select
|
|
|
- v-decorator="['status']"
|
|
|
- placeholder="请选择"
|
|
|
- allow-clear
|
|
|
- >
|
|
|
- <a-select-option v-for="item in statusTasks" :key="item.label">
|
|
|
- {{ item.value }}
|
|
|
- </a-select-option>
|
|
|
- </a-select>
|
|
|
- </a-form-item>
|
|
|
- </a-col>
|
|
|
- <a-col :md="8" :sm="8" :xxl="6">
|
|
|
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
|
|
<a-button type="primary" icon="search" @click="handleQueryList">查询</a-button>
|
|
|
<a-button type="primary" @click="handleResetForm" icon="reload" class="middle-button">重置</a-button>
|