| | |
| | | @click="handleExport" |
| | | >导出</el-button |
| | | > |
| | | <el-button class="el-icon-delete-solid">清空</el-button> |
| | | <!-- <el-button class="el-icon-delete-solid">清空</el-button> --> |
| | | </div> |
| | | </div> |
| | | <!-- 数据展示 --> |
| | | <el-table |
| | | border |
| | | stripe |
| | | border |
| | | stripe |
| | | ref="multipleTable" |
| | | :header-cell-style="{ |
| | | // background: '#06122c', |
| | | 'background':'#F5F5F5', |
| | | background: '#F5F5F5', |
| | | 'font-size': '12px', |
| | | color: '#606266', |
| | | 'font-weight': '650', |
| | |
| | | startTime: mytime[0] !== "" ? parseTime(mytime[0]) : "", |
| | | sort: mysort, |
| | | }); |
| | | return arr.data.data; |
| | | return arr; |
| | | }, |
| | | // 批量下拉框操作 |
| | | async selectChange(list) { |
| | |
| | | .userList { |
| | | text-align: left; |
| | | padding: 10px 20px; |
| | | color: #606266; |
| | | // color: #606266; |
| | | border: 1px solid #ccc; |
| | | header { |
| | | background-color: white; |
| | |
| | | |
| | | .funs { |
| | | display: flex; |
| | | .funs-first{ |
| | | margin-left: 0!important; |
| | | .funs-first { |
| | | margin-left: 0 !important; |
| | | } |
| | | .funs-sp { |
| | | border: 1px solid #DCDFE6; |
| | | border: 1px solid #dcdfe6; |
| | | } |
| | | |
| | | .funsItem { |
| | |
| | | .line { |
| | | padding: 0 5px; |
| | | } |
| | | |
| | | color: var(--operation-color); |
| | | span:hover { |
| | | cursor: pointer; |
| | | } |