update table columns width compute

This commit is contained in:
huanghong 2018-04-16 23:52:02 +08:00
parent 0f983a5c5a
commit 3f5e84a19f
2 changed files with 49 additions and 79 deletions

View file

@ -459,11 +459,17 @@
],
columns8: [
{
title: 'Address',
key: 'address',
minWidth:200,
//maxWidth:300,
},
{
title: 'Date',
key: 'date',
sortable: true,
minWidth:80,
minWidth:100,
maxWidth:150,
},
{
@ -478,12 +484,6 @@
minWidth:60,
maxWidth:100,
},
{
title: 'Address',
key: 'address',
minWidth:200,
//maxWidth:300,
}
],
}
},