赞
踩
- /deep/.el-table__header-wrapper.el-checkbox{
-
- display:none
-
- }
-
- <!-- 绑定事件 -->
-
- <el-table ref="mulTable" @select-all="selectAll"></el-table>
-
- <script>
-
- methods: {
-
- selectAll () {
-
- this.$refs.mulTable.clearSelection()
-
- }
-
- }
-
- </script>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。