拆分查询导出

This commit is contained in:
caoyang
2022-04-07 18:49:11 +08:00
parent be170a4cb7
commit 7da98e7371
3 changed files with 8 additions and 3 deletions
@@ -157,7 +157,7 @@
sorter: res.sort
})
if(res.db_field_name=='iterms_conditions'){
this.columns[index].width='35%'
this.columns[index].width='500'
this.columns[index].scopedSlots = {
customRender: 'showContent'
}
@@ -184,7 +184,7 @@
scopedSlots: { customRender: 'operation' }
})
}
// console.log('columns',this.columns)
console.log('columns',this.columns)
}
})
},
@@ -272,6 +272,7 @@
}
.content-show{
width: 500px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;