修改法规清单不显示按钮的问题
This commit is contained in:
@@ -46,7 +46,6 @@ const DragHandler = {
|
||||
},
|
||||
|
||||
handleStart(e) {
|
||||
console.log(e)
|
||||
this.dragging = true
|
||||
this.removeEvents()
|
||||
this.thWidth = this.$el.parentNode.getBoundingClientRect().width
|
||||
@@ -145,7 +144,7 @@ const ResizeHeaderOne = function(val, name ,minWidths) {
|
||||
)
|
||||
}
|
||||
}
|
||||
console.log(restProps,11)
|
||||
|
||||
let className = ''
|
||||
if ((restProps.attrs && restProps.attrs.colSpan && restProps.attrs.colSpan == 1) || (restProps.attrs && restProps.attrs.colSpan && restProps.attrs.colSpan > 0)){
|
||||
className = ' second'
|
||||
@@ -160,7 +159,6 @@ const ResizeHeaderOne = function(val, name ,minWidths) {
|
||||
export const ResizeHeader = {
|
||||
methods: {
|
||||
drag(columns, name ,minWidths) {
|
||||
console.log(minWidths)
|
||||
return {
|
||||
header: {
|
||||
// minWidths : 最小宽度 => [[需要设置的列,最小宽],[需要设置的列,最小宽],...]
|
||||
@@ -238,7 +236,6 @@ export const ResizeColumnProvide = {
|
||||
},
|
||||
methods: {
|
||||
_resizeColumn(w, column) {
|
||||
console.log(column)
|
||||
tableAll.forEach(item=>{
|
||||
item.forEach((i)=>{
|
||||
if(i === column && i.dataIndex === column.dataIndex){
|
||||
|
||||
Reference in New Issue
Block a user