| | |
| | | </div> |
| | | </div> |
| | | <div class="bottom_box"> |
| | | <span class="msg_box">显示第{{paginationData.pageNo}}到{{paginationData.pageSize}}条,共{{list.length}}条记录,已选择{{listChecked.length}}条</span> |
| | | <span class="msg_box" |
| | | >显示第{{ paginationData.pageNo }}到{{ |
| | | paginationData.pageSize |
| | | }}条,共{{ list.length }}条记录,已选择{{ |
| | | listChecked.length |
| | | }}条</span |
| | | > |
| | | <div class="bottom_btn"> |
| | | <el-button type="primary" class="btnbox">全选</el-button> |
| | | <el-button type="primary" class="btnbox delbtn">取消</el-button> |
| | |
| | | <div class="table_td">{{ e.name }}</div> |
| | | <div class="table_td">{{ e.value }}</div> |
| | | </div> |
| | | |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | return { |
| | | paginationData:{ |
| | | pageNo: 1, |
| | | pageSize: 10 |
| | | pageSize: 10, |
| | | }, |
| | | tableList: [ |
| | | { |
| | |
| | | }, |
| | | ], |
| | | detailsBox: false, |
| | | |
| | | }; |
| | | }, |
| | | methods: { |
| | |
| | | if( this.listChecked.length > 0 ) { |
| | | if(!val.checked){ |
| | | this.listChecked.forEach((e,i)=>{ |
| | | |
| | | if(e.name==val.name){ |
| | | this.listChecked.splice(i,1) |
| | | this.listChecked.splice(i, 1); |
| | | } |
| | | }) |
| | | }); |
| | | } |
| | | |
| | | } |
| | | }, |
| | | }, |