| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div style="display: flex;justify-content: space-between;margin-bottom: 10px"> |
| | | <div style="display: flex;justify-content: space-between;margin-bottom: 0px"> |
| | | <el-form :inline="true" style="display: flex;align-items: center;flex-wrap: wrap;" > |
| | | <el-form-item> |
| | | <el-button |
| | |
| | | > |
| | | 新增 |
| | | </el-button> |
| | | </el-form-item> |
| | | <el-form-item label="姓名:" > |
| | | <el-input v-model="data.queryParams.filter.companyName" placeholder="请输入姓名"></el-input> |
| | | </el-form-item> |
| | | <el-form-item > |
| | | <el-button |
| | | type="primary" |
| | | @click="getList" |
| | | >查询</el-button> |
| | | <el-button |
| | | type="primary" |
| | | plain |
| | | @click="reset" |
| | | >重置</el-button> |
| | | <!-- </el-form-item>--> |
| | | <!-- <el-form-item label="姓名:" >--> |
| | | <!-- <el-input v-model="data.queryParams.filter.companyName" placeholder="请输入姓名"></el-input>--> |
| | | <!-- </el-form-item>--> |
| | | <!-- <el-form-item >--> |
| | | <!-- <el-button--> |
| | | <!-- type="primary"--> |
| | | <!-- @click="getList"--> |
| | | <!-- >查询</el-button>--> |
| | | <!-- <el-button--> |
| | | <!-- type="primary"--> |
| | | <!-- plain--> |
| | | <!-- @click="reset"--> |
| | | <!-- >重置</el-button>--> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |