| | |
| | | </el-col> |
| | | <el-col :span="4"> |
| | | <el-button style="margin-right: 10px;" type="primary" @click="searchData()">查询</el-button> |
| | | <el-button class="resetBtn" type="primary" plain @click="resetSearch()">重置</el-button> |
| | | <el-button class="resetBtn" plain @click="resetSearch()">重置</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | </transition> |
| | |
| | | :total="recordTotal" |
| | | layout="total, sizes, prev, pager, next, jumper" |
| | | background |
| | | style="float:right;margin:3px" |
| | | style="float:right;margin:20px 0 0" |
| | | @size-change="handleSizeChange" |
| | | @current-change="handleCurrentChange" |
| | | /> |
| | |
| | | width: 100%; |
| | | } |
| | | .resetBtn{ |
| | | color: #034EA2; |
| | | background-color: #ecf5ff; |
| | | color: #fff; |
| | | } |
| | | } |
| | | } |