| | |
| | | v-model="queryParam.maintenanceStatus"/> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="4" :lg="7" :md="8" :sm="24"> |
| | | <a-col :xl="3" :lg="4" :md="8" :sm="24"> |
| | | <a-form-item label="抽检标记"> |
| | | <j-dict-select-tag placeholder="请选择抽检标记" dict-code="yn" |
| | | v-model="queryParam.randomInspectionFlag"/> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="3" :lg="4" :md="8" :sm="24"> |
| | | <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons"> |
| | | <a-button type="primary" @click="searchQuery" icon="search">查询</a-button> |
| | | <a-button type="info" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button> |