| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px"> |
| | | <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px" @submit.native.prevent> |
| | | <el-form-item label="施工批次" prop="batch"> |
| | | <el-input |
| | | v-model="queryParams.batch" |
| | |
| | | </el-form-item> |
| | | </el-form> |
| | | |
| | | <el-table v-loading="loading" :data="constructionBatchList" highlight-current-row |
| | | <el-table v-loading="loading" :data="constructionBatchList" highlight-current-row height="50vh" |
| | | @current-change="handleCurrentChange"> |
| | | <el-table-column label="序号" type="index" align="center"> |
| | | <template slot-scope="scope"> |