| | |
| | | @node-drag-over="handleDragOver" |
| | | @node-drag-end="handleDragEnd" |
| | | @node-drop="handleDrop" |
| | | draggable |
| | | :allow-drop="allowDrop" |
| | | :allow-drag="allowDrag"> |
| | | <span slot-scope="{ node, data }" class="slot-t-node"> |
| | |
| | | label="责任人"> |
| | | </el-table-column> |
| | | </el-table> |
| | | <div style="text-align:right"> |
| | | <el-pagination |
| | | @size-change="handleSizeChange" |
| | | @current-change="handleCurrentChange" |
| | | :current-page="currentPage4" |
| | | :page-sizes="[100, 200, 300, 400]" |
| | | :page-size="100" |
| | | layout="total, sizes, prev, pager, next, jumper" |
| | | :total="400"> |
| | | </el-pagination> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | name: '王小虎', |
| | | address: '上海市普陀区金沙江路 1516 弄' |
| | | }], |
| | | multipleSelection: [] |
| | | multipleSelection: [], |
| | | currentPage4: 4 |
| | | }; |
| | | }, |
| | | mounted(){ |
| | |
| | | }, |
| | | handleSelectionChange(val) { |
| | | this.multipleSelection = val; |
| | | }, |
| | | // 页码 |
| | | handleSizeChange(val) { |
| | | console.log(`每页 ${val} 条`); |
| | | }, |
| | | handleCurrentChange(val) { |
| | | console.log(`当前页: ${val}`); |
| | | } |
| | | } |
| | | } |
| | |
| | | flex-direction: row; |
| | | align-items: center; |
| | | justify-content: start; |
| | | background: #FFFFFF; |
| | | padding: 15px 10px 0px 10px; |
| | | margin-bottom: 20px; |
| | | } |
| | | .btn{ |
| | | background: url(../../assets/btn.gif) no-repeat; |