修改法规清单不显示按钮的问题

This commit is contained in:
范强强
2023-02-13 21:43:22 +08:00
parent 5ed44e0e11
commit aad5aa283a
2 changed files with 5 additions and 5 deletions
+1 -4
View File
@@ -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){