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

菜单修改ok

parent c5c497b6
...@@ -241,7 +241,7 @@ export default { ...@@ -241,7 +241,7 @@ export default {
style['text-align'] = column.align style['text-align'] = column.align
} }
if (column.width) { if (column.width) {
style['min-width'] = `${column.width}px` style['width'] = `${column.width}px`
} }
return style return style
}, },
......
...@@ -117,7 +117,17 @@ export default { ...@@ -117,7 +117,17 @@ export default {
title: this.l('url'), title: this.l('url'),
align: 'left', align: 'left',
easy: true, 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', 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