| | |
| | | <el-col :span="12"> |
| | | <div class="header"> |
| | | <div>试验区域</div> |
| | | <div> |
| | | 名称: |
| | | <el-input v-model="search.testAreaName" clearable size="small" style="width: 120px"></el-input> |
| | | <el-button size="small" type="primary" @click="initData">查询</el-button> |
| | | <el-button size="small" type="primary" @click="clickAdd">新 增</el-button> |
| | | <div style="display: flex;"> |
| | | <div style="margin-bottom: 18px;margin-right: 10px;display: flex;align-items: center;line-height: 32px;"> |
| | | <span style="width: 48px;font-size: 14px;font-weight: 700;color: #606266;">名称</span> |
| | | <el-input size="small" placeholder="请输入" clearable v-model="search.testAreaName" |
| | | @keyup.enter.native="initData"></el-input> |
| | | </div> |
| | | <div style="line-height: 30px;"> |
| | | <el-button size="mini" type="primary" @click="initData">查询</el-button> |
| | | <el-button size="mini" type="primary" @click="clickAdd">新 增</el-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <el-table :data="tableData" height="calc(100vh - 18em)" highlight-current-row style="width: 100%" |