拆分查询导出
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user