| | |
| | | <a-row :gutter="24"> |
| | | |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="精度参数模版编码"> |
| | | <j-input placeholder="请输入精度参数模版编码" v-model="queryParam.num"></j-input> |
| | | <a-form-item label="统一编码"> |
| | | <j-input placeholder="请输入统一编码" v-model="queryParam.num"></j-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <template> |
| | |
| | | <a-col :xl="6" :lg="7" :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="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button> |
| | | <a-button type="info" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button> |
| | | </span> |
| | | </a-col> |
| | | </a-row> |