| | |
| | | <el-input v-model="form.UserName" style="width: calc(100%-30px)" placeholder="请输入" /> |
| | | </el-form-item> |
| | | </div> |
| | | <div style="display: flex;align-items: start;margin-top: 5px;"> |
| | | <div style="display: flex;align-items: start;margin-top: 5px;z-index: 2"> |
| | | <el-button type="primary" icon="el-icon-search" @click="search">查询</el-button> |
| | | <el-button type="info" icon="el-icon-refresh" @click="reset">重置</el-button> |
| | | </div> |
| | |
| | | <!-- <el-button type="primary" icon="el-icon-delete" @click="del">批量删除</el-button>--> |
| | | </div> |
| | | |
| | | <!-- :style="{width: 100+'%',height:tableHeight+'px',}"--> |
| | | <div style="display: flex;border: 1px solid #eee"> |
| | | <el-table |
| | | :data="tableData" |
| | | border |
| | | :style="{width: 100+'%',height:tableHeight+'px',}" |
| | | highlight-current-row |
| | | :header-cell-style="this.$headerCellStyle" |
| | | :cell-style="this.$cellStyle" |
| | |
| | | <!-- width="50"--> |
| | | <!-- />--> |
| | | <el-table-column |
| | | prop="id" |
| | | prop="RowNum" |
| | | width="50" |
| | | label="序号" |
| | | /> |