Commit d892fcc8 authored by 周远喜's avatar 周远喜

菜单修改ok

parent c5c497b6
......@@ -241,7 +241,7 @@ export default {
style['text-align'] = column.align
}
if (column.width) {
style['min-width'] = `${column.width}px`
style['width'] = `${column.width}px`
}
return style
},
......
......@@ -117,7 +117,17 @@ export default {
title: this.l('url'),
align: 'left',
easy: true,
high: true
width:200,
high: true,
render(h,params) {
return h('Ellipsis',{
attrs:{
text:params.row.url,
length:50,
tooltip:true
}
})
},
},
{
key: 'status',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment